Add Class To Row Laravel

[Solved] Add Class To Row Laravel | Php Frameworks Laravel - Code Explorer | yomemimo.com
Question : add class to row laravel

Answered by : innocent-ibis-7u7urxfuaac4

->setRowClass(function ($user) { return $user->id % 2 == 0 ? 'alert-success' : 'alert-warning';
})

Source : https://yajrabox.com/docs/laravel-datatables/master/row-options | Last Update : Thu, 07 Oct 21

Answers related to add class to row laravel

Code Explorer Popular Question For Php Frameworks Laravel