refreshFilter

rebuilds the list of options in the select filter

void refreshFilter(id id);
ididthe id of a column, where a filter needs to be refreshed

Example

dtable.refreshFilter("price");

Details

When called without parameter, it refreshes all filters:

dtable.refreshFilter(); //all filters
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
If you have not checked yet, be sure to visit site of our main product Webix mvc library and page of html5 datatable product.