Appearance
Home > @liquidrazor/list-display > TableProps
TableProps interface
Props for the table slot responsible for rendering the visible rows.
Signature:
typescript
export interface TablePropsProperties
Property | Modifiers | Type | Description |
|---|---|---|---|
Array<FieldSchema<any>> | Field schema definitions used to map row values to columns. | ||
string | Identifier key to extract a stable row id from each record. | ||
(actionId: string, rowIndex: number) => void | (Optional) Callback fired when a row action is selected. | ||
Array<RowAction<any, any>> | (Optional) Optional row-level actions. | ||
ListState<any> | Current list state containing the rows to render. |