@Kobejames wrote:
I am using this way to do the pagination:
pagedEvents: pagedArray(‘events’, { pageBinding: ‘page’, perPageBinding: ‘perPage’, totalPagesBinding: ‘totalPages’ }),
the ‘events’ is returned from model() and I made the backend to return “perPage”'s records every time I click the page number, the thing is: in the page, I can receive the data in Response but it only display first page’s data. And I did check the ‘events’ get updated every time, but It just didn’t shown on the page.
Posts: 1
Participants: 1