Skip to content

RevoGrid Documentation v4.25.1 / JSX / RevogrFilterPanel

Interface: RevogrFilterPanel

Properties

PropertyTypeDescriptionDefined in
allowDuplicateOperators?booleanWhether the filter panel allows the same operator more than once per column. Default truesrc/components.d.ts:2011
closeOnOutsideClick?booleanIf true, closes the filter panel when clicking outside Default truesrc/components.d.ts:2016
disableDynamicFiltering?booleanDisables dynamic filtering. A way to apply filters on Save only Default falsesrc/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