You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to get the total pages amount? Currently when I apply my filters, it shows the paginate-links, even though only one page is existing. I would like to hide this.
Also, is it possible to add/inject the left and right arrows to the full paginate-links for traversing the pages?
The text was updated successfully, but these errors were encountered:
Hey @jovanmaric! Thanks a lot for filling this issue. In the latest release, I added a new prop called hide-single-page to hide that paginateLinks when it contains a single page.
And now you can add those left/right arrows to the full paginate links using the new step links feature.
Hey
Is there a way to get the total pages amount? Currently when I apply my filters, it shows the paginate-links, even though only one page is existing. I would like to hide this.
Also, is it possible to add/inject the left and right arrows to the full paginate-links for traversing the pages?
The text was updated successfully, but these errors were encountered: