preskok/ui

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

Installation

pnpm dlx @preskok-org/ui@latest add table

Usage

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