Sonu's avatar
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

0 likes
1 reply

Please or to participate in this conversation.