We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84246cc commit 12c00f5Copy full SHA for 12c00f5
apps/web/examples/table/table.pagination.tsx
@@ -1,3 +1,5 @@
1
+"use client";
2
+
3
import { Table, TableBody, TableCell, TableHead, TableHeadCell, TablePagination, TableRow } from "flowbite-react";
4
import { useState } from "react";
5
import { type CodeData } from "~/components/code-demo";
0 commit comments