Filter a Data Set with a Dropdown

Hi,

Welcome to the Wix Code forums.

If you are filtering according to a specific day, then the filter will use the day string (e.g. “Monday”). However if you want all day, then you don’t want a filter at all. You should then just clear the filter:

$w("#dataset1").setFilter( wixData.filter() );

I hope this helps,

Yisrael