For my project, I decided to utilize the Grid component of Material UI v5 to create a global table component. This choice was made due to the difficulties encountered when trying to modify the border and border radius for the table row and footer elements. Styling the table element (or MUI Table component) proved to be challenging.
Currently, I have successfully created a basic table using MUI Grid, but I have two questions:
1- How can I ensure that the height of the grid items in each table row is consistent?
2- Is there a way to add a scroll bar to the container of my grid table when the screen size falls below 500px?
Here is the progress I have made so far: