rebuilds the list of options in the select filter
id | id | the id of a column, where a filter needs to be refreshed |
dtable.refreshFilter("price");
When called without parameter, it refreshes all filters:
dtable.refreshFilter(); //all filters
Back to top