I added a search function to a dataset. If I search the dataset, I get a number of results. My question is: how can I make it easy for the user to return to the full display of the dataset?
Thank you very much for your suggestions!
I added a search function to a dataset. If I search the dataset, I get a number of results. My question is: how can I make it easy for the user to return to the full display of the dataset?
Thank you very much for your suggestions!
You can clear a dataset’s filter by setting it to an “empty” filter:
$w("#myDataset").setFilter( wixData.filter() );