Khudadad's avatar

Problem with Laravel Pagination

Hi, I'm using laravel 5.2 and I want to replace laravel automatic pagination via ajax response data and don't know, any help.

this is default pagination

{!! $staffs->render() !!}

and I want to replace it with ajax response data

0 likes
2 replies
Khudadad's avatar

Is there any way to do it, without returning the view?

Please or to participate in this conversation.