RevoGrid Documentation v4.20.0 / Components / RevogrFilterPanel
Interface: RevogrFilterPanel
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
closeOnOutsideClick | boolean | If true, closes the filter panel when clicking outside Default true | src/components.d.ts:491 |
disableDynamicFiltering | boolean | Disables dynamic filtering. A way to apply filters on Save only Default false | src/components.d.ts:496 |
filterCaptions | undefined | Partial<FilterCaptions> | - | src/components.d.ts:497 |
filterEntities | Record<string, LogicFunction<any, LogicFunctionExtraParam>> | Default {} | src/components.d.ts:501 |
filterNames | Record<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 |