diff --git a/src/components/DataTable/DataTablePagination.tsx b/src/components/DataTable/DataTablePagination.tsx index 6352e44..adda0e6 100644 --- a/src/components/DataTable/DataTablePagination.tsx +++ b/src/components/DataTable/DataTablePagination.tsx @@ -20,7 +20,7 @@ export function DataTablePagination({ const pageCount = table.getPageCount() || 1; return (
-
+

{t("Items per page")}

-
- Page {{ currentPage }} of {pageCount} -
-
- - - - +
+
+ Page {{ currentPage }} of {pageCount} +
+
+ + + + +