In our QuickAdminPanel we use a package called Datatables.net quite a lot – it’s really good to show tables of data. But on top of our generator you can extend it, we will show you how.

We’ve just launched a new demo-project on GitHub to show you five examples of the advanced usage of Datatables with AJAX loading and package Yajra/Laravel-Datatables.

Example 1. Row details


Example 2. Master details


Example 3. Search for each individual columns (see on the bottom)


Example 4. Row attributes


Example 5. Carbon formatting (See updated_at column)

You can see all the source code in this repository.
All examples are based on the official documentation – you can find more advanced techniques there.