Column
Interface: Column<T>
Defined in: app/components/Tiles/DataTableTile.tsx:12
Configuration for a single column in the DataTable.
Type Parameters
T
[object Object]
The type of the data object being rendered in this column. Column
Properties
className?
optionalclassName?:string
Defined in: app/components/Tiles/DataTableTile.tsx:15
Custom CSS classes for the column (header and cells).
header
[object Object]
Defined in: app/components/Tiles/DataTableTile.tsx:13
The title or component to display in the header cell.
render
[object Object]
Defined in: app/components/Tiles/DataTableTile.tsx:14
A function that returns the content for the cell based on the row's data.
Parameters
item
[object Object]
Returns
[object Object]