diff --git a/src/components/Table.astro b/src/components/Table.astro index 9240362..e7561e9 100644 --- a/src/components/Table.astro +++ b/src/components/Table.astro @@ -1,5 +1,6 @@ --- import type { TableProps } from "../types/table/types"; +import { cn } from "../utils/cn"; const { columns = [], @@ -79,38 +80,41 @@ const id = `table-${Math.random().toString(36).slice(2, 9)}`;
- { - pagignations && ( -
-
- - Rows per page: - - -
+
+
+ + Rows per page: + + +
-
-
- -
-
+
+
- ) - } + +
+
+
+