I use handsontable for my vue project. I have a problem, if not “set height” for the table, then when selecting any row at column H, and scrolling then the datepicker will follow that selection. If “set height” for the table, then when rolled, datepicker is fixed at 1 position, not according to the selected box. Help me… Thanks!
Link not set height: https://jsfiddle.net/6h3qdbLm/
Link set height: https://jsfiddle.net/6h3qdbLm/1/
I also found this problem on github but there is no best solution, here is the link to that article: https://github.com/handsontable/handsontable/issues/1970