RevoGrid Documentation v4.15.3 / JSX / RevogrFilterPanel
Interface: RevogrFilterPanel
Properties
Property | Type | Description | Defined in |
---|---|---|---|
closeOnOutsideClick? | boolean | If true, closes the filter panel when clicking outside | src/components.d.ts:1848 |
disableDynamicFiltering? | boolean | Disables dynamic filtering. A way to apply filters on Save only | src/components.d.ts:1852 |
filterCaptions? | Partial <FilterCaptions > | - | src/components.d.ts:1853 |
filterEntities? | Record <string , LogicFunction <any , LogicFunctionExtraParam >> | - | src/components.d.ts:1854 |
filterNames? | Record <string , string > | - | src/components.d.ts:1855 |
onFilterChange? | (event : RevogrFilterPanelCustomEvent <MultiFilterItem >) => void | - | src/components.d.ts:1856 |
onResetChange? | (event : RevogrFilterPanelCustomEvent <ColumnProp >) => void | - | src/components.d.ts:1857 |