Issue with column autosize when container is hidden

Tags: #<Tag:0x00007efc65261138>

I am attempting to build the data in a hidden handsontable (not visible) and later unhide the container with the handontable. Unless the user interacts with the empty looking table when set to visible nothing is displayed. Also when the data does display, the columns are not resized automatically to fit the data.

I attempted to use the observeDOMVisibility option however this made no difference.

Hi @ryager could you please send me a demo code of you progress in this matter?

Sure here is a demo in plunker, I am using version 0.23.0

http://plnkr.co/edit/zEjBk7hJIfym2GEcvmgn

@ryager here’s a workaround of this one: http://plnkr.co/edit/zPHAWZPyfLB8EobLLAb1?p=preview
I’ve marked it as a bug at out Github board: https://github.com/handsontable/handsontable/issues/3266 so thanks for sharing!