Data Table
Displays a data table component.
Installation
pnpm dlx shadcn@latest add https://nds.aboalrejal.com/r/data-table.jsonUsage
This component is generated automatically. To see advanced interactive demos, please refer to the original source code.
import { DataTable } from "@/components/ui/data-table"
export default function Example() {
return (
<DataTable>
Example
</DataTable>
)
}