Skip to main content

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-table
  • zod
  • @repo/components
  • @repo/form
  • @repo/utils