Trying to customize the borders of Material UI DataGrid rows to achieve a design similar to this screenshot (with some info censored): https://i.stack.imgur.com/0xRFd.png
The issue I'm facing is that I'm unable to display the right border correctly (refer to codesandbox link below).
I've attempted to style the global class .MuiDataGrid-row
using border: 1
, but only all borders except the right one are showing up, and I can't figure out why.
Furthermore, with this styling approach, the first row has a double bottom border due to the top border of the second row overlapping, creating an awkward appearance. Any suggestions on how to address this would be greatly appreciated!
https://codesandbox.io/s/nameless-leftpad-xfyou7?fontsize=14&hidenavigation=1&theme=dark