Skip to main content

setValue()

sets a value by which a column will be filtered

setValue(value: string | string[]): void;

Parameters:

  • value: string | string[] - a value by which the column will be filtered
info

An array of string values can be specified only for comboFilter in the multiselection:true mode.

Example

grid.getHeaderFilter("country").setValue("Brazil");

Change log:

added in v8.0