Trying to fix somebody else's old code. IF I had a choice I'd upgrade to at least 4.2 ...
Blim's dataTable bundle basically convert Eloquent model to DataTable's JSON format. Looks like you are dumping all results to your view, that shouldn't give you any feed to your DataTable.
Would you mind posting your JS code as well? Example,
$('#users').dataTable( {
"ajax": 'path/to/your/resources'
} );
Just a follow up. I was able to switch that project to L4.
thanks for your help !Just a follow up. I was able to switch that project to L4.
thanks for your help !
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community