-
I am using the Material React Table to manage data with 20 columns, page option sizes of [15, 25, 50, 100] and anywhere between 500 and 2500 rows. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found a workaround. The issue was caused by the TableContainer not taking into account the scrollbar in the max-height. I resolved this by adding a styling property that set the max-height to what I needed.
|
Beta Was this translation helpful? Give feedback.
I found a workaround. The issue was caused by the TableContainer not taking into account the scrollbar in the max-height. I resolved this by adding a styling property that set the max-height to what I needed.