Skip to content

RevoGrid Documentation v4.15.3 / JSX / RevogrFilterPanel

Interface: RevogrFilterPanel

Properties

PropertyTypeDescriptionDefined in
closeOnOutsideClick?booleanIf true, closes the filter panel when clicking outsidesrc/components.d.ts:1848
disableDynamicFiltering?booleanDisables dynamic filtering. A way to apply filters on Save onlysrc/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