A responsive table component.
Built with:
<Table> <TableCaption /> <TableHeader> <TableRow> <TableHead /> </TableRow> </TableHeader> <TableBody> <TableRow> <TableCell /> </TableRow> </TableBody> </Table>
You can use the <Table /> component to build more complex data tables. Combine it with @tanstack/react-table to create tables with sorting, filtering and pagination.
<Table />
See the DataTable documentation for more information.
DataTable