adjustRowHeight with hidden column

If you apply “adjustRowHeight” to the hidden column, the height of the row will still change.

https://snippet.webix.com/f12d4unx
https://imgur.com/a/1C65t5n

Hi @lBeJIuk ,
Thanks for your message.

As a workaround you can check if the column is visible using the isColumnVisible method and apply adjustRowHeight only when the previous method returns true.

Please, check the snippet: Code Snippet