Row_FeatureMap

Interface: Row_FeatureMap<TFeatures, TData>

Defined in: types/Row.ts:17

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

columnFilteringFeature

ts
columnFilteringFeature: Row_ColumnFiltering<TFeatures, TData>;

Defined in: types/Row.ts:21


columnGroupingFeature

ts
columnGroupingFeature: Row_ColumnGrouping;

Defined in: types/Row.ts:22


columnPinningFeature

ts
columnPinningFeature: Row_ColumnPinning<TFeatures, TData>;

Defined in: types/Row.ts:23


columnVisibilityFeature

ts
columnVisibilityFeature: Row_ColumnVisibility<TFeatures, TData>;

Defined in: types/Row.ts:24


rowExpandingFeature

ts
rowExpandingFeature: Row_RowExpanding;

Defined in: types/Row.ts:25


rowPinningFeature

ts
rowPinningFeature: Row_RowPinning;

Defined in: types/Row.ts:26


rowSelectionFeature

ts
rowSelectionFeature: Row_RowSelection;

Defined in: types/Row.ts:27