StippleUI.Tables.Column
— TypeColumn(name::String, args...)
Examples
julia> Column("x2", align = :right)
Arguments
required::Bool
- if we usevisiblecolumns
, this col will always be visiblelabel::String
- label for headeralign::Symbol
- alignment for cellfield::String
- row Object property to determine value for this column ex.name
sortable::Bool
- telltable
you want this column sortable