Simple Example for Datatable display

By | October 31, 2018

Simple Example for Datatable display.
If the html button not displaying in the view page use the escapeColumns([‘id’]) function
return Datatables::of($result)->escapeColumns([‘id’])->make(true);

Javascript File
test.js

Php Files

view File
mypage.php