Optional Internal_ofsOptional Internal_weightOptional Internal_widthOptionalclassesOptional class names that are added to all span.wb-col header AND data
elements of that column. Separate multiple classes with space.
OptionalcustomOptional custom column width when user resized by mouse drag. Default: unset.
OptionalfilterableDisplay a 'filter' button in the column header. Default: false.
Note: The actual filtering must be implemented in the buttonClick() event.
Optionalfilter.
Default: inactive.
Note: The actual filtering must be implemented in the buttonClick() event.
OptionalheaderIf headerClasses is a set, it will be used for the header element only
(unlike classes, which is used for body and header cells).
Separate multiple classes with space.
OptionalhtmlOptional HTML content that is rendered into all span.wb-col elements of that column.
Column ID as defined in tree.columns definition ("*" for title column).
OptionalmenuDisplay a menu icon that may open a context menu for this column.
Note: The actual functionality must be implemented in the buttonClick() event.
OptionalminOnly used for columns with a relative weight.
Default: 4px.
OptionalresizableAllow user to resize the column.
OptionalsortableDisplay a 'sort' button in the column header. Default: false.
Note: The actual sorting must be implemented in the buttonClick() event.
OptionalsortOptional custom column sort orde when user clicked the sort icon.
Default: unset, e.g. not sorted.
Note: The actual sorting must be implemented in the buttonClick() event.
Column header (defaults to id)
OptionaltooltipColumn header tooltip (optional)
OptionalwidthColumn width or weight.
Either an absolute pixel value (e.g. "50px") or a relative weight (e.g. 1)
that is used to calculate the width inside the remaining available space.
Default: "*", which is interpreted as 1.
Column type definitions.
See
Wunderbaum.columns