DataTable
Responsive data table with sortable headers, native row selection, selection callbacks, and reduced-motion row reordering.
Add with shadcn
npx shadcn@latest add https://www.uigrids.com/r/data-table.jsonInstall with the CLI
# adds DataTable to components/ui with the shadcn CLI
npx shadcn@latest add https://www.uigrids.com/r/data-table.jsonOr install the package
// npm install @uigrids/react-ui
import { DataTable } from '@uigrids/react-ui'
export default function App() {
return <DataTable />
}