you can append to your pagination links, check the docs: http://laravel.com/docs/5.0/pagination#appending-to-pagination-links
Apr 25, 2015
1
Level 3
Pagination customize during search.
How can we customize pagination during searching of records when multiple parameters available @ Url. For expample I have this Url at Search
http://localhost/Myadmin1/faqs/search?question=&lang=any
And for paginagion i am unsig this
{!! $viewCats->render() !!}
My variable name and pagination function, Its works fine for a singe table.
But how can i custom pagination during Search ? when multiple variables exits in the url like : http://localhost/Myadmin1/faqs/search?question=&lang=any
When i click on Next page I got error no record exists etc. here is the sample http://localhost/Myadmin1/faqs/search?page=2
Its truncates my variable like search?question=&lang=any
Level 10
Please or to participate in this conversation.