Skip to content

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 StringVar(String)None
Width No Width value for initial or exact width types. none FloatVar(Float)None
MinWidth No Minimum width of the column. none FloatVar(Float)None
MaxWidth No Maximum width of the column. none FloatVar(Float)None
Clip No Whether to clip content that doesn't fit in the column. none BoolVar(Bool)None
Resizable No Whether this column can be resized. none BoolVar(Bool)None

Defines a header for a Table column.