Documentation

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