RowViewProps
RowViewProps props are used for components that refer to a single Row in a Table, such as the RowView component.
{
tableId: Id;
rowId: Id;
store?: StoreOrStoreId;
customCellIds?: Ids;
separator?: Snippet<[]>;
debugIds?: boolean;
cell?: Snippet<[cellId: Id]>;
}| Type | Description | |
|---|---|---|
tableId | Id | |
rowId | 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 |
cell? | Snippet<[cellId: Id]> | A snippet for rendering each |
Since
v8.1.0