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
I have a question. When I have a pagination of totalPages > 5, the default behavior is pressing the page 5 will not automatically show next pages, until user press Next again that is. It would be nice to have it automatically move the current page to the middle. I think it's more user friendlier this way. For example:
If I have this and click [5]:
1 2 3 4 [5] > >>
I would like to show this automatically:
<< < 3 4 [5] 6 7 > >>
Is there an easier way to do this?
Thanks,
Zemian
The text was updated successfully, but these errors were encountered:
Hi there,
Thanks a lot for providing this awesome plugin!
I have a question. When I have a pagination of totalPages > 5, the default behavior is pressing the page 5 will not automatically show next pages, until user press Next again that is. It would be nice to have it automatically move the current page to the middle. I think it's more user friendlier this way. For example:
If I have this and click [5]:
1 2 3 4 [5] > >>
I would like to show this automatically:
<< < 3 4 [5] 6 7 > >>
Is there an easier way to do this?
Thanks,
Zemian
The text was updated successfully, but these errors were encountered: