Installation
@repo/table is an internal monorepo package. No installation needed -- import directly.
Entry Points
Table components
import { Table, TableRow, TableHeadCell, createSelectionColumn } from '@repo/table';
Remote data grid
import { DataGrid, useDataGrid, createOverviewQuerySchema, type QueryDataPoint, type PaginatedResult } from '@repo/table/remote';
Peer Dependencies
@tanstack/svelte-tablezod@repo/components@repo/form@repo/utils