The data field that this column refers to.
The CSS class to apply to the footer cell.
A function that renders the content of the footer cell. The function takes a context argument, provided by the Table. See the Help documentation for more information.
The CSS styling to apply to the footer cell.
The slot name used to specify the template for rendering the footer cell. See the Help documentation for more information.
The edge that this column is frozen against. If present, the column will not be allowed to scroll past the specified edge of the Table.
The CSS class to apply to the column header text.
A function that renders the content of the header. The function takes a context argument, provided by the Table. See the Help documentation for more information.
The CSS styling to apply to the column header text.
The slot name used to specify the template for rendering the header cell. See the Help documentation for more information.
Text to display in the header of the column.
The identifier for the column. This property is required when column selection is enabled.
The maximum width style string of the column. See the Help documentation for more information.
The minimum width style string of the column. See the Help documentation for more information.
A function that renders the content of the cell. The function takes a context argument, provided by the Table. See the Help documentation for more information.
Enable or disable width resizing along the column end headers.
Whether the column header should display a required icon. When set to true, the Table's default column header rendering, tooltip, and assistive text will convey this information to the user as per the specified theme. If a custom header renderer or header template is specified, the application is responsible for rendering the icon.
Specifies the row attribute used for sorting when a sort is invoked on this column. See the Help documentation for more information.
Specifies whether a column is sortable. See the Help documentation for more information.
The CSS styling to apply to the column cells.
The slot name used to specify the template for rendering the cell. See the Help documentation for more information.
The sizing weight of the column in a fixed layout. See the Help documentation for more information.
The width style string of the column. See the Help documentation for more information.
Generated using TypeDoc
The CSS class to apply to the column cells.