Guides & Documentation
Learn how to copy, install, and integrate your generated columns and tables into Next.js, Remix, Astro, or Vite React applications.
Tutorial
Standard Integration
Integrating Generated Tables
Step-by-step setup explaining where to paste the generated files (`columns.tsx`, `data-table.tsx`, `page.tsx`), what npm dependencies to install, and how to verify styles.
Coming Soon
Performance
Virtualizing Large Datasets
Optimizing rendering response for tables with 10,000+ elements using `@tanstack/react-virtual` alongside Shadcn components.