Optional
columnOptional
disableIf set to true, the column will not be resizable
Optional
extrasAdditional data passed into the render function
Optional
horizontalSpecify the horizontal text alignment of the column
Optional
labelColumn's header label
Optional
renderA custom render function that will be called for every row that should be rendered. The List will already try to render the data in a meaningful way, but in some advanced use cases more control is required.
Column
Optional
sizeThe width of the column as CSS size (default: 1fr)
Optional
sortableIf set to false, disables sorting for this column (default: true)
Optional
tooltipIf set to false, will not render a tooltip for the column data (default: undefined) If a custom renderer is used that will not return a value cast-able to a string, you should consider setting this property to false and add a title attribute on the component returned by the custom renderer.
Generated using TypeDoc
Specify explicit enum keys to use for ascending and descending sorting