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.
Since 7.0.0. Use the footerTemplate slot instead.
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.
Since 7.0.0. Use the headerTemplate slot instead.
Text to display in the header of the column.
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.
Since 7.0.0. Use the template slot instead.
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.