Note: Please be aware that the options passed to this AdditionalOptions dictionary will not be transformed from PascalCase to camelCase or similar. They are serialized the way they are configured. Properties of objects passed as value, like Smart, Regex or Search in above example, are translated...
publicfunctiongetDatatable() {returnDatatable::collection(User::all(array('id','name'))) ->showColumns('id','name') ->searchColumns('name') ->orderColumns('id','name') ->make(); } You should now have a working datatable on your page. ...
I tried to add "\n" br tag but They're not working and I gor the string in one tall row.. Here is the definition of my datatable ` $('#example23').DataTable({pageLength: rows_count,dom:'Bfrtip',"order": [[0,"desc"]],buttons: [ {footer:false,exportOptions: ...
public function getDatatable() { return Datatable::collection(User::all(array('id','name'))) ->showColumns('id', 'name') ->searchColumns('name') ->orderColumns('id','name') ->make(); } You should now have a working datatable on your page. ###One route In your route you sh...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...