first, im using 14.6.1 version.
I have to make the seoncd handsontable the same as the column width of the first handsontable.
but hot.getPlugin(‘autoColumnSize’).columnWidthsMap.indexedValues
and hot.getColWidth(e) return column width it not streatched width.
so i trying to use hook “beforeStretchingColumnWidth”.
but when i log that hook using console.log, there are 6 events per column, of which only the 2nd and 5th are correct value returned. the rest are all undefined.
i dont understand why it have this mechanism. cna you give me an example of using this hook?