TableViewProps
TableViewProps props are used for components that refer to a single Table in a Store, such as the TableView component.
{
tableId: Id;
store?: StoreOrStoreId;
customCellIds?: Ids;
separator?: Snippet<[]>;
debugIds?: boolean;
row?: Snippet<[rowId: Id]>;
}| Type | Description | |
|---|---|---|
tableId | Id | |
store? | StoreOrStoreId | The |
customCellIds? | Ids | An optional list of |
separator? | Snippet<[]> | A component or string to separate each rendered |
debugIds? | boolean | Whether the component should also render the |
row? | Snippet<[rowId: Id]> | A snippet for rendering each |
Since
v8.1.0