Resize table

Tags: #<Tag:0x00007efc72f44b90> #<Tag:0x00007efc72f44a50>

Hi aleksandra
I wan to resize table, when click and drag resize it
Please help me, i use angular 16
Tks U!!!

hi @vuongle.angular

Handsontable is very picky when it comes to the size of the container it is in. But with the help of SO https://stackoverflow.com/questions/391440/how-to-make-div-resizeable I figured it out that if you’d set up Handsontable height to 100vh (you need that, as without height Handsontable won’t render) and then wrap it in a DIV parent (with the SO’s CSS settings) you’d get something like this https://jsfiddle.net/handsoncode/khdvL8u3/

I’m not a CSS expert but I’m sure that with some additional settings, you could get rid of one fo those scrollbars.