Skip to content

RevoGrid Documentation v4.15.7 / Components / RevogrFilterPanel

Interface: RevogrFilterPanel

Properties

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