Horizontal scroll when last column is wide with stretchH: last

Tags: #<Tag:0x00007f8b1d80a980>

When the final column on a stretchH: last HotTable is long enough to run off the edge of the table (horizontally) no scrollbar appears.

This can be recreated with the example on the stretchH page: https://handsontable.com/docs/8.2.0/demo-stretching.html - just click column F and hold ‘x’ until it runs off the page then press enter.

Expected: A horizontal scrollbar
Actual: No scrollbar

Hi @HC289

The non-space query is not wrapped (we only provide a word-wrap functionality). However, you may use some CSS settings to accomplish the same goal - here’s an example https://jsfiddle.net/handsoncode/9kcq51aw/

There only seems to be an issues with recalculating the header. So you may also need to call in after the change in the text.

Thanks Aleksandra!