Dynamically filter displayed table rows
Dynamically filter displayed table rows
I'm trying to dynamically alter the displayed rows based on various search criteria (dates, strings, etc.) using filter(). Unfortunately, the filter method does not change the rows that are displayed in the DataTable. So: is there a way to set the result of filter() as the new data for an existing table?
This discussion has been closed.