
March 2019 / 48 min / Laravel 6

I work with Datatables.net jQuery library a lot for the last 5 years - mostly dealing with it, as a part of our Laravel adminpanel generator QuickAdminPanel.
So I decided to share my knowledge about working with Datatables in Laravel. This course is ~50% about customizations on Laravel side and 50% about jQuery settings for Datatables.
In this course, you will learn:
- How to structure Laravel project for Datatables, where/how to load them;
- Why you need server-side rendering for performance, and how it works;
- How to customize rows/columns;
- How to add filters for columns or globally;
- and much more.