From de3aac9c2fff1887dfc9fb638a11b354f782b499 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rafael=20L=C3=A1szl=C3=B3?= <rlacko99@gmail.com>
Date: Thu, 10 Dec 2020 16:23:18 +0100
Subject: [PATCH] Add search to groups table

---
 client/src/components/group/GroupsTable.tsx | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/client/src/components/group/GroupsTable.tsx b/client/src/components/group/GroupsTable.tsx
index 0895bd7..df065a5 100644
--- a/client/src/components/group/GroupsTable.tsx
+++ b/client/src/components/group/GroupsTable.tsx
@@ -56,6 +56,11 @@ export const GroupsTable: React.FC = () => {
           </Typography>
         </Box>
       }
+      options={{
+        search: true,
+        rowStyle: { fontFamily: 'Roboto' },
+        emptyRowsWhenPaging: false,
+      }}
     />
   );
 };
-- 
GitLab