Hi
Is there a way and example of displaying JSON data from RESTful API (with paging) in a grid using endless scroll paging? So exactly like FireDAC query component does in server mode, fetching next/prev 50 records while scrolling down/up.
Now I use FDmemtable fed from a rest response and standard dbgrid (solution from REST debugger tool) but this solution has no scroll paging, only a button click option to reload next page data.
I want to achieve something similar to jquery datatables HTML grid with a scroller plugin so you don't have to click next/prev page or page numbers. Is there a vcl grid component that has such functionality or do I need to override somehow firedac component to use a rest client instead of SQL connection?
Artur