Generate Laravel adminpanel in minutes - try our QuickAdminPanel!

Category: QuickAdmin

Laravel AJAX Datatables: Multi-Rows Cells with Images

When we say Datatables, we mostly assume it’s a table with data. Text-based data – like name, email, description, and buttons to edit/delete. But in reality, it’s more convenient to have more complex data in one cell. Let’s take a look at how to build it.

Laravel: How to Add Background Color to Datatables Columns

Datatables are powerful to list the data, but adding some colors would help users to visually filter data better. One of the most common examples is to view status of the record, with some background color. This article will show you how.