Skip to content
Snippets Groups Projects
Commit de3aac9c authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Add search to groups table

parent f6d10965
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,11 @@ export const GroupsTable: React.FC = () => {
</Typography>
</Box>
}
options={{
search: true,
rowStyle: { fontFamily: 'Roboto' },
emptyRowsWhenPaging: false,
}}
/>
);
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment