RevoGrid Documentation v4.14.10 / ShowData
Interface: ShowData
Extends
FilterItem
.Omit
<ColumnRegular
,"filter"
>
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
autoCorrect? | boolean | Auto correct position if it is out of document bounds | - | src/plugins/filter/filter.types.ts:166 |
extraContent? | (data : ShowData ) => any | - | - | src/plugins/filter/filter.types.ts:172 |
filterItems? | MultiFilterItem | - | - | src/plugins/filter/filter.types.ts:168 |
filterTypes? | Record <string , string []> | - | - | src/plugins/filter/filter.types.ts:167 |
hideDefaultFilters? | boolean | - | - | src/plugins/filter/filter.types.ts:170 |
prop? | ColumnProp | - | FilterItem .prop | src/plugins/filter/filter.types.ts:129 |
type? | | "none" | "empty" | "notEmpty" | "eq" | "notEq" | "begins" | "contains" | "notContains" | "eqN" | "neqN" | "gt" | "gte" | "lt" | "lte" | - | FilterItem .type | src/plugins/filter/filter.types.ts:131 |
value? | any | - | FilterItem .value | src/plugins/filter/filter.types.ts:133 |
x | number | - | - | src/plugins/filter/filter.types.ts:161 |
y | number | - | - | src/plugins/filter/filter.types.ts:162 |