[Datagrid] Load data when clicking on paging button

Hello,

I'm calling an API to retreive some data to show in a DataGrid.
However, I have a lot of elements to show (+10k) and I cant retreive all the data in one request.

I want to retreive 10 elements by calling my API with a cursor, bind the 10 elements to my datagrid, and when I'm clicking on the "next button", that will call again the API to retreive the 10 next element and bind it to the Datagrid.

Basicly I just want to trigger a method when I'm clicking on the "next button".
Actually when I bind 10 element to my Datagrid, the "next button" dont show.

It is possible ?

Thank you in advance

You can check this demo: