Datatables in Laravel
Examples, Customizing Rows/Columns, Filtering Data and more
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.
Your Instructor
I consider myself a Laravel expert. Work with Laravel around 6 years, sharing my thoughts on YouTube channel "Laravel Business": https://www.youtube.com/channel/UCTuplgOBi6tJIlesI...
I also have written a Laravel Daily Blog for 5+ years.
Course Curriculum
-
StartThree Ways to Show/Hide Specific Columns (4:05)
-
StartMerge Two Columns into One: First/Last Name into Full Name (2:35)
-
StartDefault Ordering: By One or Two Columns (1:50)
-
Start"Actions" Column: With Edit/Delete Buttons (3:05)
-
StartEntries Per Page: Default, Options or Disable Choice (1:56)
-
StartRows Conditions: Add CSS Class To "Special" Rows (1:11)