Datatable issue

Hi Webix team,

In this snippet -
https://snippet.webix.com/bbqn0uol

  1. scroll vertically
  2. click on resize button
  3. again click on resize button
  4. and you can see blank area.
  5. and if you are again scrolling vertically you can see data.

How I can solve this?

Thanks,
Mira

$$("dt").refresh()

@integral

Like this https://snippet.webix.com/8hj2m8ht ??

But its not working on scroll only it is coming.

https://snippet.webix.com/6var0e7e

@integral Thank you so much :slight_smile:

Actually, it was a regression in Webix 5.4. Resizing should work flawlessly without the $$("dt").scrollTo(0,0) call.

The issue was fixed in 5.4.2, the GPL version will be updated accordingly in the next major release.