Level 2
Is there any way to do it, without returning the view?
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
Please or to participate in this conversation.