So I created a global table component for my project with the Grid component of Material UI v5. the reason for my choice is because modifying the border and border radius for the table row and footer is full of problems and it's hard to give some styles to the table element (or MUI Table component)
So far I have created a simple table with MUI Grid and now I have got 2 questions:
1- how can I make the height of the grid items of every table row equal to each other??
2- how can I add a scroll bar to a container of my grid table when the screen size is less than for example 500px?
here is what I made so far: