clientHeight in React
How to recreate same code in React? To be able to have scrollbar when more data is added to the table?
JS code:
I tried using ref, but after page refresh table's tbody just dissapears or overflow is not working and height is just expanding.
3 Replies