RevoGrid Documentation v4.19.3 / ColumnFilterConfig
Interface: ColumnFilterConfig
Filter configuration for a column. This is the type of the filter property on a column.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
closeFilterPanelOnOutsideClick? | boolean | Whether or not to close the filter panel when clicking outside | src/plugins/filter/filter.types.ts:118 |
collection? | Record<ColumnProp, FilterCollectionItem> | The collection of filters to be applied to the column. | src/plugins/filter/filter.types.ts:88 |
customFilters? | Record<string, CustomFilter<any, LogicFunctionExtraParam>> | A mapping of custom filter names to custom filter functions. | src/plugins/filter/filter.types.ts:96 |
disableDynamicFiltering? | boolean | Whether or not to disable dynamic filtering. If set to true, the filter will only be applied when the user clicks on the filter button. | src/plugins/filter/filter.types.ts:113 |
filterProp? | string | The property on the column idintifying which has the filter is applied. | src/plugins/filter/filter.types.ts:100 |
include? | string[] | The names of the filters to be included in the filter dropdown. | src/plugins/filter/filter.types.ts:92 |
localization? | FilterLocalization | The localization for the filter dropdown. | src/plugins/filter/filter.types.ts:104 |
multiFilterItems? | MultiFilterItem | Information about the multi-filter items. | src/plugins/filter/filter.types.ts:108 |