Hi aleksandra
I wan to resize table, when click and drag resize it
Please help me, i use angular 16
Tks U!!!
Resize table
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.