refreshFilter
rebuilds the list of options in the select filter
function refreshFilter( // the id of a column, where a filter needs to be refreshed id: id): voidExample
Section titled “Example”dgrid.refreshFilter("price");Details
Section titled “Details”When called without parameter, it refreshes all filters:
dgrid.refreshFilter(); //all filters