Column
A representation of a table column
Properties
Name | Type | Description | Notes |
---|---|---|---|
key | str | The for the row value in the row data list object | |
label | str, none_type | The display value for the column name | [optional] |
display_type | ColumnDisplayType, none_type | [optional] | |
style | ColumnStyle, none_type | [optional] | |
to | str, none_type | Link template, ex. /path/to/{some_var} | [optional] |
hide_label | bool, none_type | Optionally hide the column label in the table header | [optional] |
data_type | ColumnDataType, none_type | [optional] | |
empty_text | str, none_type | The default string to display when value is None | [optional] |
unit | str, none_type | The unit to display in a chart | [optional] |