Skip to content

RevoGrid Documentation v4.15.7 / JSX / RevogrFilterPanel

Interface: RevogrFilterPanel

Properties

PropertyTypeDescriptionDefined in
closeOnOutsideClick?booleanIf true, closes the filter panel when clicking outsidesrc/components.d.ts:1852
disableDynamicFiltering?booleanDisables dynamic filtering. A way to apply filters on Save onlysrc/components.d.ts:1856
filterCaptions?Partial<FilterCaptions>-src/components.d.ts:1857
filterEntities?Record<string, LogicFunction<any, LogicFunctionExtraParam>>-src/components.d.ts:1858
filterNames?Record<string, string>-src/components.d.ts:1859
onFilterChange?(event: RevogrFilterPanelCustomEvent<MultiFilterItem>) => void-src/components.d.ts:1860
onResetChange?(event: RevogrFilterPanelCustomEvent<ColumnProp>) => void-src/components.d.ts:1861