The type of the item to bind on the row
The alignment direction of the cells in this column.
Defaults to 'left'
The CSS class or a function returning CSS class(es) for cells of this column.
The component used to represent this cell
The name of the field in the row object.
You can use representedAs
for further customization
Controls whetever this column can be filtered. The default value depend on the column configuration.
The alignment direction of the header of this column.
Defaults to 'center'
The base CSS class to apply to the header component.
Header cell component of the column.
Set to true to convert the return value of props.representedAs
to HTML.
Defaults to false
The label displayed in the header.
Controls whetever this column can be sorted. The default value depend on the column configuration.
Transformation function that returns the string to display
TRow - The current row to transform and display
Generated using TypeDoc
Description of a single column of a datatable.