david001's avatar

Pagination

I have a 100 records in database .If i used Laravel Paginate(10),i will get 10 records per page with links 1 2 3 4 5 6 7 8 9 10

But i want to show links like this 1 2 3 ......7 8 9 10 .I want to decrease the size/Length of pagination.Is there any way to achieve this in Laravel

0 likes
1 reply

Please or to participate in this conversation.