Closed nesl247 closed 10 years ago
I second this request.
Good idea, added two functions:
set_row_class(content)
set_row_data(name, content)
both functions use blade templates so it can be used like this:
->set_row_class('@if(!$isRegistered) warning @endif')
->set_row_data('email','{{$email}}')
Please add functions that allow us to add DT_RowClass, DT_RowID, and DT_RowData as seen: https://datatables.net/examples/server_side/ids.html