Datatable Infinite Scrolling

Hi, I have been able to build a prototype that dynamically loads data into a data table from a remote service. It works well.

My understanding is that it continues to load data into the table as you scroll forward.

Is it possible to remove prior data from the table once it has scrolled out of view. I have experimented with clearAll() in the “data->parse” event but it causes problems.

Ideally the data would be reloaded if the user decided to scroll backwards.

I’m hoping to limit the amount of data in memory to to a couple of 100 rows before and after the displayed data.

Any guidance/help appreciated.

Hello,

You can try the technique described here: https://docs.webix.com/samples/15_datatable/16_dyn_loading/06_load_next_replace.html

If it does not help, could you please share a snippet of your implementation?