Reverse lazy load, is it possible?

Tags: #<Tag:0x00007f8b2597a740>

Hello,

A bit of a strange request, but I would like to lazy load a table, in reverse. The table is of simulation results, and usually the user wants to automatically scroll to the end to see the latest results. But, to keep things fast, I’d like to load the top of the table only on scrolling.

This example shows how to do it, but is it possible to do it in reverse? Playing with the code myself I can’t seem to make it work.

http://jsfiddle.net/heavyhorse/gnx8patb/

Hi,

Sorry, I don’t have a working example for such a use case. This will involve some custom development. Shouldn’t be hard to do. Load last rows, scroll to the end. In the first row I would show some kind of “load more” button.

Kind regards,
Wojciech