preskok/ui

A comprehensive table component with sorting, resizing, and selection.

Sortable table

Resizable table

Drag and drop table

Installation

pnpm dlx preskok-ui@latest add table

Usage

import { Table } from "@/components/ui/preskok-ui/table"
 
export function TableDemo() {
  return <Table rows={[]} columns={[]} />
}