SliceInHtmlTableProps
SliceInHtmlTableProps
props are used for components that will render an Index
Slice
in an HTML table, such as the SliceInHtmlTable
component.
{
indexId: Id;
sliceId: Id;
indexes?: IndexesOrIndexesId;
editable?: boolean;
customCells?: Ids | {[cellId: Id]: string | CustomCell};
}
Type | Description | |
---|---|---|
indexId | Id | |
sliceId | Id | |
indexes? | IndexesOrIndexesId | 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