Filter
methodsEnables/disables or sets the filter for a given range.
Parameters:filterBoolean | Object | Array
Determines the action performed by the method.
- Passing
trueenables the filtering for the given range. - Passing
falsedisables and clears the set filters. - Passing a
{ column: Number, filter: kendo.spreadsheet.Filter }object applies the filter to the respective column. - Passing an array of
{ column: Number, filter: kendo.spreadsheet.Filter }objects applies each filter to the respective column. The column index is relative to the beginning of the range.