Data table not displaying properly sometime under any applet iframe

Hi,

We are using data table webix component under an applet iframe. Most of the time it doesn’t get loaded properly. Only half of datatable records / part got visible and rest half part doesn’t get visible. While on refresh of the page it get loaded properly.

I would like to appreciate any suggestion in this regard.

Any help…

Can you share a demo link ? I don’t sure that I fully understand how is datatable used with applet in your case.

You may try to add something like next

webix.event(window, "resize", function(){
    $$("table").resize();
});

Thanks maksim