UNPKG

tanstack-shadcn-table

Version:

A powerful, feature-rich React table component built on top of TanStack Table v8 with shadcn/ui styling. Optimized bundle size with 55% reduction through peer dependencies.

6 lines (5 loc) 197 B
import { Table } from "@tanstack/react-table"; export default function ColumnVisibility({ table, label, }: { table: Table<any>; label?: string; }): import("react/jsx-runtime").JSX.Element;