Handsontable table header default visibility hidden cause header disappear when reopen on dialog

Tags: #<Tag:0x00007f8b2b114528>

Handsontable version 6.2.2

I have a problem like this issue https://github.com/handsontable/handsontable/issues/5685
The problem is when I reopen jQuery Dialog handsontable header disappear but when I click the table again, scroll the table or scroll the dialog, the header will come back.
I found that one css property cause the problem.

.handsontable .ht_clone_left thead, .handsontable .ht_master thead, .handsontable .ht_master tr th {
  visibility: hidden;
}

It will not cause the problem but also cause the problem if the table is scrollable.

Thank you in advance

Hi @yuma_takahashi

Have you checked if the issue is still reproducible using v9.0.1? If not, please check. That is a piece of crucial information for us to solve the case.

1 Like

I guess that I can close the topic as we do not have any further updates. But please contact me at support@handsontable.com if you still need any guidance.

1 Like