RevoGrid Documentation v4.25.1 / JSX / RevogrFilterPanel
Interface: RevogrFilterPanel
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowDuplicateOperators? | boolean | Whether the filter panel allows the same operator more than once per column. Default true | src/components.d.ts:2011 |
closeOnOutsideClick? | boolean | If true, closes the filter panel when clicking outside Default true | src/components.d.ts:2016 |
disableDynamicFiltering? | boolean | Disables dynamic filtering. A way to apply filters on Save only Default false | src/components.d.ts:2021 |
filterCaptions? | Partial<FilterCaptions> | - | src/components.d.ts:2022 |
filterEntities? | Record<string, LogicFunction<any, LogicFunctionExtraParam>> | Default {} | src/components.d.ts:2026 |
filterNames? | Record<string, string> | Default {} | src/components.d.ts:2030 |
onFilterChange? | (event: RevogrFilterPanelCustomEvent<MultiFilterItem>) => void | - | src/components.d.ts:2031 |
onResetChange? | (event: RevogrFilterPanelCustomEvent<ColumnProp>) => void | - | src/components.d.ts:2032 |