Jump to content
ArturR

DbGrid with data from RESTful API and endless scroll paging

Recommended Posts

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

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×