laravel4-datatables-package icon indicating copy to clipboard operation
laravel4-datatables-package copied to clipboard

add data to row

Open Dewilas opened this issue 9 years ago • 0 comments

Hello, i need to add data attr to row, how can i do this?

return Datatables::of($result) ->set_row_class('order-id-{{ $id }}') ->make();

i dont need row class with order-id!

it will be ... tr data-order-id="33"

thanks

Dewilas avatar Mar 09 '15 13:03 Dewilas