Datatable scroll issue

Hello Webix team,

https://snippet.webix.com/ahagy9bw

In above snippet,

if I filter the some text in 4/5 columns(i.e. after moving horizontal scroll), after filter, my scroll again returns to its original position(i.e.towards first column). It is happening because of “data->onParse” event, which I have used for dynamic page limit.

Please provide solution for this.

Please reply check my snippet:

https://snippet.webix.com/lh98nedk

Hello,

Using clearAll() method the scroll position is reset.
To avoid it you can get the scroll position via getScrollState and set the position via scrollTo after using clearAll().
Sample: https://snippet.webix.com/i9wu5s87