Inherits from
- GridColumn: enthought.pyface.grid.grid_model.GridColumn
Attributes
- formats
A dictionary of formats for the display of different types. If it is defined as a callable, then that callable must accept a single argument.
formats = Dict(key_trait = Type, value_trait = Trait('', Str, Callable))
- method
A method name to call to get the value for this column
method = Trait(None, None, Str)
- name
The trait name for this column. This takes precedence over method
name = Trait(None, None, Str)
- size
size = Int(-Const(1))
- sorter
A method to be used to sort on this column
sorter = Trait(None, None, Callable)
- typename
A name to designate the type of this column
typename = Trait(None, None, Str)