A powerful data table component with advanced features like sorting, filtering, pagination, and row selection. Perfect for admin dashboards and data-heavy applications.
import { AdvancedTable } from "@/components/tables/advanced-table.tsx";
export default function Page() {
return <AdvancedTable />;
}
Explore other blocks from this seller