Dynamically filter displayed table rows
Dynamically filter displayed table rows
dr_barto
Posts: 4Questions: 2Answers: 0
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.