ColumnData<T>
Represents a column in the table.
Type parameters
Type parameter | Value |
---|---|
T extends TableRowData | TableRowData |
Properties
name
name: keyof
T
The name of the column.
width
width:
string
The width of the column.
Represents a column in the table.
Type parameter | Value |
---|---|
T extends TableRowData | TableRowData |
name: keyof
T
The name of the column.
width:
string
The width of the column.