refreshFilter

rebuilds list of options in select filter

void refreshFilter(id id);

Parameters

ididid of column, where filter need to be refreshed

Example

dtable.refreshFilter("price");

Details

When called without parameter - 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 ui component library and page of tree grid ui product.