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
If you have not checked yet, be sure to visit site of our main product Webix javascript framework and page of javascript excel product.