TableViewProps
The TableViewProps type describes the props of the TableView component.
{
tableId: Id;
store?: StoreOrStoreId;
customCellIds?: Ids;
separator?: Snippet<[]>;
debugIds?: boolean;
row?: Snippet<[rowId: Id]>;
}| Type | Description | |
|---|---|---|
tableId | Id | The |
store? | StoreOrStoreId | The |
customCellIds? | Ids | The |
separator? | Snippet<[]> | The |
debugIds? | boolean | The |
row? | Snippet<[rowId: Id]> | The |
Since
v8.1.0