Skip to content

RevoGrid Documentation v4.15.3 / Components / RevogrFilterPanel

Interface: RevogrFilterPanel

Properties

PropertyTypeDescriptionDefined in
closeOnOutsideClickbooleanIf true, closes the filter panel when clicking outsidesrc/components.d.ts:446
disableDynamicFilteringbooleanDisables dynamic filtering. A way to apply filters on Save onlysrc/components.d.ts:450
filterCaptionsundefined | Partial<FilterCaptions>-src/components.d.ts:451
filterEntitiesRecord<string, LogicFunction<any, LogicFunctionExtraParam>>-src/components.d.ts:452
filterNamesRecord<string, string>-src/components.d.ts:453
getChanges() => Promise<undefined | ShowData>-src/components.d.ts:454
show(newEntity?: ShowData) => Promise<void>-src/components.d.ts:455