The RowHeader Adjust Wrong When I Call "UpdateSettings({rowHeaders: true})"

Tags: #<Tag:0x00007efc61c2d3f0>

The table is inited without the rowHeader and when I call the method “updateSettings” to set the rowHeader visible, the result is that the rowHeader’s width is still equal with the first column width before. eg:

var table = new Handsontable({
    rowHeaders: false
});

$("#btn").click(function() {
    table.updateSettings({rowHeaders: true});
});

Thanks.

Hi @shixia226
Can you guide me if the following issue relates to this one https://github.com/handsontable/handsontable/issues/3149?

Yes. It’s just what I have meet.
But the issue still remains.

yes, unfotunately the issue still occurs.
I’m closing this issue as we do not want duplicates. Please track the mentioned Github topic for updates.

Thanks again for sharing @shixia226