Hi, I’m facing this issue, the table not resize correctly when collapse the menu side.
I found this topic but it’s do not work (Issue with table body responsive resizing)
You can check this out at: https://jsfiddle.net/TonyNguyen001/p5q7z4v0/37/
Any way to fix this issue ?
Thank in advance !
Hi @khanguyen96
Have you tried to call the render()
method once the menu is collapsed? When we select a cell the table is expanded so a since render()
call should do the job.
Hi @aleksandra_budnik
I tried but it’s not working.
Here it is https://jsfiddle.net/t6av7Lmo/6/ the render()
needed to be executed as the last line so I added the setTimeout()
.
It’s working, thank you so much !
I’m glad I could help
Have a great weekend @khanguyen96