Hi,
I have followed this example here https://handsontable.com/docs/javascript-data-grid/merge-cells/#overview and edited the example to illustrate my problem.
The problem was, when I have a data table of N row, and I merged the last 2 rows, the whole table column is no longer resized to fit the contents.
This is the code of my problem https://jsfiddle.net/aucvbqk2/40/
If I uncomment the code in line 29, the column width will not fit the content anymore
Thank you.