datatable in modal window resizerowHeight

Hello,
what function/method I have to call to change the row height in an hidden modal window with datatable? onresize seems to only work with datatable that is visible in main window.

Hello!
Maybe property rowHeight helps you to solve it
Here is an example: https://webix.com/snippet/49d26b92

If you need the event to apply row height adjusting, you can use onShow event of window

https://docs.webix.com/api__ui.window_onshow_event.html