CellProps
CellProps props are used for components that refer to a single Cell in a Row, such as the CellView component.
{
tableId: Id;
rowId: Id;
cellId: Id;
store?: StoreOrStoreId;
debugIds?: boolean;
}| Type | Description | |
|---|---|---|
tableId | Id | |
rowId | Id | |
cellId | Id | |
store? | StoreOrStoreId | The |
debugIds? | boolean | Whether the component should also render the |
Since
v1.0.0