Hi,
I need to resize the Handontable columns manually and at the same time I have to restrict the columns width shouldn’t be crossed the Handsontable width. I have used an options manualColumnResizer along with stretchH: ‘all’ and preventOverflow: ‘horizontal’ options and its working fine but Now, I got problem that column resizer getting crossed the boundary of the table.
Do we have any option in HOT which can restrict the manualColumnResizer to restrict it up to the table width?