TableProps
Home > @backstage/ui > TableProps
Signature:
export interface TableProps<T extends TableItem>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(Optional) | ||
|
readonly ColumnConfig<T>[] | |||
|
T[] | undefined | |||
|
ReactNode |
(Optional) | ||
|
Error |
(Optional) | ||
|
boolean |
(Optional) | ||
|
boolean |
(Optional) | ||
|
RowConfig<T> | RowRenderFn<T> |
(Optional) | ||
|
(Optional) | |||
|
(Optional) | |||
|
React.CSSProperties |
(Optional) |