Defined in: types/Table.ts:52
TFeatures extends TableFeatures
TData extends RowData
cellSelectionFeature: Table_CellSelection<TFeatures, TData>;Defined in: types/Table.ts:56
cellSpanningFeature: Table_CellSpanning<TFeatures, TData>;Defined in: types/Table.ts:57
columnFacetingFeature: Table_ColumnFaceting<TFeatures, TData>;Defined in: types/Table.ts:58
columnFilteringFeature: Table_ColumnFiltering;Defined in: types/Table.ts:59
columnGroupingFeature: Table_ColumnGrouping<TFeatures, TData>;Defined in: types/Table.ts:60
columnOrderingFeature: Table_ColumnOrdering<TFeatures, TData>;Defined in: types/Table.ts:61
columnPinningFeature: Table_ColumnPinning<TFeatures, TData>;Defined in: types/Table.ts:62
columnResizingFeature: Table_ColumnResizing;Defined in: types/Table.ts:63
columnSizingFeature: Table_ColumnSizing;Defined in: types/Table.ts:64
columnVisibilityFeature: Table_ColumnVisibility<TFeatures, TData>;Defined in: types/Table.ts:65
globalFilteringFeature: Table_GlobalFiltering<TFeatures, TData>;Defined in: types/Table.ts:66
rowExpandingFeature: Table_RowExpanding<TFeatures, TData>;Defined in: types/Table.ts:67
rowPaginationFeature: Table_RowPagination<TFeatures, TData>;Defined in: types/Table.ts:68
rowPinningFeature: Table_RowPinning<TFeatures, TData>;Defined in: types/Table.ts:69
rowSelectionFeature: Table_RowSelection<TFeatures, TData>;Defined in: types/Table.ts:70
rowSortingFeature: Table_RowSorting<TFeatures, TData>;Defined in: types/Table.ts:71