Issue: datatable not displayed with small screen

Hello,

I have a toolbar responsivle to add element in main layout in another row.
When I display the table and one or more element is moved in main layout the content of table is not displayed.
http://webix.com/snippet/030cb158

  • You open the link
  • you modify the size of display to have home icone in another row.
  • you re-execute the code → in JS Code: you add a space.
  • You see the table is empty: The horizontal scroll bar is just bellow the header of the table.

Thanks for your help,

Regards

Note:

  • Resize the browser that display the data.

Yep, something works incorrectly in the above scenario.

We will try to fix the issue, for now you can try to replace table.refresh with table.resize - it will fix the issue.

http://webix.com/snippet/c886ca21

Thanks a lot.