To show overlay message on datatable with autoHeight is TRUE

Hello,
How can I show ‘No Data Available’ overlay message on datatable with autoHeight: true.
With autoHeight: true message is generated in html but is not visible on webpage.
https://snippet.webix.com/t4y3wc8v

Please reffer this snippet https://snippet.webix.com/t4y3wc8v

Hello @mangeshp

You can use “minHeight” property.It will work.

Please reffer below snippet:
https://snippet.webix.com/b4nkcjjd

It works!!! Thanx a lot.