Alpha : How To integrate "API" Option as Data source in table and also implementing pagatnation on server side

I’m trying to implement a table using an API as the data source. I’m able to fetch data successfully, but even though there are 50 records, only 10 records are being displayed.

I suspect there might be an issue with the pagination configuration or the payload being sent to the API.

Could you please guide me on:

  • What payload needs to be sent for server-side pagination?

  • Which pagination values need to be configured (page number key, page size key, total counts?

  • How to correctly apply server-side pagination in this case?

@Sam @gaurav.pandey

2 Likes

@Sam @Shamnad_KS @Simphiwe please support

1 Like

@shubham.dhamne Could you please share the output of the table and confirm whether 50 records are being retrieved?

1 Like