ColumnFilterCollection
Collection model of ColumnFilter
Signature:
export interface ColumnFilterCollection
Properties
Property | Type | Description |
---|---|---|
activeCount | number | Number of activated filters registered in the column |
count | number | Number of filters registered in the column |
isVisible | boolean | Whether to display filters registered in a column |
items | ColumnFilter[] | Filter array registered in the column |
Properties Desc
activeCount
Number of activated filters registered in the column
Type
- number
count
Number of filters registered in the column
Type
- number
isVisible
Whether to display filters registered in the column
Type
- boolean
items
Filter array registered in the column
Type
- ColumnFilter[]