From 4f2f953f34126cfe804a3dcec4d095e1b9a6c075 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sat, 1 Aug 2026 03:06:47 +0500 Subject: [PATCH] move page amount selection to other side --- frontend/src/components/Pagination.tsx | 34 ++++++++++++-------------- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/frontend/src/components/Pagination.tsx b/frontend/src/components/Pagination.tsx index 4abdeb8..9d941e2 100644 --- a/frontend/src/components/Pagination.tsx +++ b/frontend/src/components/Pagination.tsx @@ -66,25 +66,10 @@ export function TablePagination({ return (
+ + {from}–{to} of {total} +
- Rows per page - -
-
- - {from}–{to} of {total} - + Rows per page +
)