Skip to content

RevoGrid Documentation v4.20.0 / Components / RevogrFilterPanel

Interface: RevogrFilterPanel

Properties

PropertyTypeDescriptionDefined in
closeOnOutsideClickbooleanIf true, closes the filter panel when clicking outside Default truesrc/components.d.ts:491
disableDynamicFilteringbooleanDisables dynamic filtering. A way to apply filters on Save only Default falsesrc/components.d.ts:496
filterCaptionsundefined | Partial<FilterCaptions>-src/components.d.ts:497
filterEntitiesRecord<string, LogicFunction<any, LogicFunctionExtraParam>>Default {}src/components.d.ts:501
filterNamesRecord<string, string>Default {}src/components.d.ts:505
getChanges() => Promise<undefined | ShowData>-src/components.d.ts:506
show(newEntity?: ShowData) => Promise<void>-src/components.d.ts:507