TableInHtmlTableProps
TableInHtmlTableProps
props are used for components that will render a Table
in an HTML table, such as the TableInHtmlTable
component.
{
tableId: Id;
store?: StoreOrStoreId;
editable?: boolean;
customCells?: Ids | {[cellId: Id]: string | CustomCell};
}
Type | Description | |
---|---|---|
tableId | Id | |
store? | StoreOrStoreId | The |
editable? | boolean | Whether the Cells should be editable. This affects the default |
customCells? | Ids | {[cellId: Id]: string | CustomCell} | An optional list of |
Since
v4.1.0