[SOLVED ]Pagination in Ionic

Hello everyone.
I need to know if there is any pagination functionality like google or something like that. I have a grid and I need to show only 10 or 20 items in a single page.

Thanks!

EDIT: I found the solution here if somebody need the same in the future.

Thanks!

Ionic would not directly handle that. You would have to write the pagination code yourself.

1 Like

Maybe you can use infinitepaginator.

1 Like

I have a grid, so I can’t use the infinite solution :frowning:
Can I use an Angular 2 method? I saw a few but I don’t know how to implement them.