I have a issue.
I create handsontable with multiple table.
If table1 have dropdown. If table1 have only 1 row, so dropdown list do not display.
But when I set height 200px, dropdwon list will be display. That shows the distance between tables also.
How to display dropwnlist and haven’t distance between tables?
Thanks,
Please share a code demo where the issue can be replicated.
Thanks, my code html here
::ng-deep .htDropdown {
position: absolute !important;
z-index: 999999 !important;
}
::ng-deep .your-wrapper-class {
overflow: visible !important;
position: relative !important;
}
So, when scroll below of page and click any cells. That page will scroll in the top.
Please use a sandbox of your choice, like StackBlitz, to show the problem.