diff --git a/client/src/components/group/GroupsTable.tsx b/client/src/components/group/GroupsTable.tsx
index 0895bd79a8e293644b5f1e6308a655366a7df718..df065a526de0f39a771f976edc6efb6d6e8f1dd3 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,
+      }}
     />
   );
 };