Help with Pagination Array

Hi Team, I have an array that loads from local storage into a datagrid. How can I add pagination to this array with the pagination component?

Hi @mickeyp0001 :wave:

What have you tried so far?

I’ve never tried it myself but I think you could pull it off with custom pagination enabled on the paginator.

I couldnt figure out how to get custom pagination working. I tried the solution from your load more video but i find this very slow.

If the data is already in the browser (i.e. you’re not making an api call to fetch more), it should be super fast. Could you share a video showing us how things are setup on your side so we can try to figure out what may be going on?