Hello,
I’m using stretchH=“last” option to fit the table to the parent container width.
However, when the parent container is shrunk, the last column width gets narrower until it is almost invisible.
Is there any way to set the minimum width for the last column? I’m aware that the min-width feature is not available right now. But some alternative so that I can calculate the container width and set the width manually would be fine.
For some reason the direct link to the StackBlitz code snippet does not work so I have pasted the link to the Handsontable example.
Steps to reproduce
- Click the highlighted handle and move right until last column is barely visible.
- Make container smaller and horizontal scrollbar will appear