Is there an option to only have a single (window) scrollbar

Tags: #<Tag:0x00007f8b1da80930>

One of the issues I always have with javascript tables is the double scrollbar. Ideally there would be an option for the grid to just populate the page (lets say 100 rows) and the user can use a single page scrollbar to scroll up and down the table. Tricky part is keeping a static table header of course.

Is it possible?

Hi @gregcault

By default, Handsontable expands to right (with columns) and down (with rows) to fill as much space as it needs to avoid scrollbars added to its DIV element.
Is that https://jsfiddle.net/7hf4xjty/ an expected behavior?

that looks correct, great thanks

If you’d need anything more you can send me an email at support@handsontable.com

Have a great weekend!