TableColumn
Attributes
| Field | Type | Default | Description |
|---|---|---|---|
| path | string | None | A unique path to this object |
| header | string | None | The display name of the column. Defaults to readable key name. |
| key | string | None | The key to the data that will pull back the value. |
| aggregation | AggregationEnum | None | The aggregate function that will apply to the column when a user groups the table by a different column. Defaults to none. |
| markdown | boolean | False | If true, the column content will be rendered as markdown. Defaults to false. |