Learn how to implement the jQuery DataTables plugin server-side in your Laravel applications to extend your HTML tables.

laravel datatables

This is part 1 of 2 part series: Part 1: https://youtu.be/vARgbDZadiw Part 2: Coming soon

This is a server-side integration, which is better when dealing with large sets of data as every query like pagination and extra filter are fetched from server each time. We can also integrate the same with the client-side as well.

Client side series: Part 1: https://www.youtube.com/watch?v=_nDOw... Part 2: https://www.youtube.com/watch?v=yd789...

Video Related Links : Post: https://justlaravel.com/implement-dat... Working Demo: https://demos.justlaravel.com/impleme... GitHub Link: https://github.com/avinashn/datatable...

Channel related links : Website : https://justlaravel.com Facebook : https://www.facebook.com/justLaravel Google + : https://plus.google.com/+Justlaravel Instagram : https://www.instagram.com/justlaravel Pinterest : https://www.pinterest.com/justlaravel Twitter : https://twitter.com/justLaravel