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 (Handsontable is a JavaScript data grid that looks and feels like a spreadsheet - Available for React, Angular, and Vue)
You can check this out at: Edit fiddle - JSFiddle - Code Playground
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