Represents one column of a table.
| Name | Type | Description |
|---|---|---|
| Width | Length | Column width. |
| Fit | Boolean | Set the width of the column to the content. |
| Background | ColumnBackgroundStyle | Column background color. |
| If | Boolean? | Can be a binding. Whether to include the column in the table. Please note that excluding a column also excludes all cells that are in it. |