@revolist/revogrid / Components / RevogrFilterPanel
Interface: RevogrFilterPanel
Properties
Property | Type | Description | Defined in |
---|---|---|---|
disableDynamicFiltering | boolean | Disables dynamic filtering. A way to apply filters on Save only | src/components.d.ts:442 |
filterCaptions | undefined | FilterCaptions | - | src/components.d.ts:443 |
filterEntities | Record <string , LogicFunction > | - | src/components.d.ts:444 |
filterNames | Record <string , string > | - | src/components.d.ts:445 |
getChanges | () => Promise <undefined | ShowData > | - | src/components.d.ts:446 |
show | (newEntity ?: ShowData ) => Promise <void > | - | src/components.d.ts:447 |