Default

Function: default()

default<T>(props): Element

Defined in: app/components/Tiles/DataTableTile.tsx:45

A responsive data table component designed to work within a Tile layout.

On large screens, it renders as a standard HTML table. On smaller screens (mobile), it transforms into a stacked block layout where headers are hidden and labels are displayed above each cell value for better readability.

Type Parameters

T

[object Object]

Parameters

props

DataTableProps<T>

The component properties.

Returns

[object Object]

Component

On this page