RevoGrid Documentation v4.23.15 / ShowData
Interface: ShowData
Extends
FilterItem.Omit<ColumnRegular,"filter">
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
anchorY? | number | Top viewport coordinate of the element the filter panel is anchored to. | - | src/plugins/filter/filter.types.ts:169 |
autoCorrect? | boolean | Auto correct position if it is out of document bounds | - | src/plugins/filter/filter.types.ts:173 |
extraBottomContent? | (data: ShowData) => any | - | - | src/plugins/filter/filter.types.ts:181 |
extraContent? | (data: ShowData) => any | - | - | src/plugins/filter/filter.types.ts:179 |
filterItems? | MultiFilterItem | - | - | src/plugins/filter/filter.types.ts:175 |
filterTypes? | Record<string, string[]> | - | - | src/plugins/filter/filter.types.ts:174 |
hideDefaultFilters? | boolean | - | - | src/plugins/filter/filter.types.ts:177 |
prop? | ColumnProp | - | FilterItem.prop | src/plugins/filter/filter.types.ts:132 |
type? | | "none" | "empty" | "notEmpty" | "eq" | "notEq" | "begins" | "contains" | "notContains" | "eqN" | "neqN" | "gt" | "gte" | "lt" | "lte" | - | FilterItem.type | src/plugins/filter/filter.types.ts:134 |
value? | any | - | FilterItem.value | src/plugins/filter/filter.types.ts:136 |
x | number | - | - | src/plugins/filter/filter.types.ts:164 |
y | number | - | - | src/plugins/filter/filter.types.ts:165 |