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