TableRowData<T>
TableRowData<
T>:Record<keyofT,TableCellValue>
Represents a row of data for a table.
Type parameters
| Type parameter | Value |
|---|---|
T extends Record<string, TableCellValue> | Record<string, TableCellValue> |
TableRowData<
T>:Record<keyofT,TableCellValue>
Represents a row of data for a table.
| Type parameter | Value |
|---|---|
T extends Record<string, TableCellValue> | Record<string, TableCellValue> |