midascodebreaker's avatar

How can i Limit the Number of Return Pagination Page?

I have no Problem Rendering my Custom Pagination, But I wanna Limit the Number of Pages Link to be Shown for example

< 1 2 3 4 5 6 ... 999>

Since When you Use paginate method it automatically returns you a set of methods and an object that has all the necessary info you need to render a pagination I Wanted to make the View for user be more Natural

Coz if i have to Many Pages link instead of one line i got 2 line of pages link

<1 2 3  4 5 6 7 8 ...
       11 12 13 >

Its not Good To See a Result Like This, Any Idea what do i need to tinker to achieve what i wanted ?

0 likes
0 replies

Please or to participate in this conversation.