UI.TableHeader¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input of the shard, if any | Any |
||
Output ➡️ |
The resulting output of the shard | Any |
||
Contents |
No | The UI contents for the header. | none |
[Shard [Shard]] |
WidthType |
No | Column width type: auto, initial, exact, or remainder. | none |
String Var(String) None |
Width |
No | Width value for initial or exact width types. | none |
Float Var(Float) None |
MinWidth |
No | Minimum width of the column. | none |
Float Var(Float) None |
MaxWidth |
No | Maximum width of the column. | none |
Float Var(Float) None |
Clip |
No | Whether to clip content that doesn't fit in the column. | none |
Bool Var(Bool) None |
Resizable |
No | Whether this column can be resized. | none |
Bool Var(Bool) None |
Defines a header for a Table column.