I’ve just noticed the existence of an extra filler space at the bottom of the grid. How can i get rid of it?
It turns to be this component:
I’ve tried setting its height to 0 and removing its borders. However, the vertical scroll shows up when I try doing that. Isn’t there any more elegant why to remove that element?
"& .MuiDataGrid-filler": {
height: "0px !important",
border: "0px solid !important",
},