From 617e8bae4323faabf5b77df7b48ddbb4701bbf3b Mon Sep 17 00:00:00 2001 From: "ahmed.mujtaba" Date: Fri, 28 Aug 2026 16:44:14 +0500 Subject: [PATCH] ditrect foirst dirtect last --- frontend/src/ui/DataTable.jsx | 6 ++++++ frontend/src/ui/icons.jsx | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/frontend/src/ui/DataTable.jsx b/frontend/src/ui/DataTable.jsx index 39c2e70..d29d8b7 100644 --- a/frontend/src/ui/DataTable.jsx +++ b/frontend/src/ui/DataTable.jsx @@ -159,6 +159,9 @@ export function Pagination({ )}
+ @@ -181,6 +184,9 @@ export function Pagination({ +
diff --git a/frontend/src/ui/icons.jsx b/frontend/src/ui/icons.jsx index fc1eab2..47d4891 100644 --- a/frontend/src/ui/icons.jsx +++ b/frontend/src/ui/icons.jsx @@ -198,6 +198,18 @@ export const ICONS = { 'chevron-left': , 'chevron-right': , 'chevron-down': , + 'chevrons-left': ( + <> + + + + ), + 'chevrons-right': ( + <> + + + + ), refresh: ( <>