Skip to content

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
): void
dgrid.refreshFilter("price");

When called without parameter, it refreshes all filters:

dgrid.refreshFilter(); //all filters