I saw that function in the Table but not in the datagrid package.
https://www.koolreport.com/forum/topics/38
I wanna to do the same as the following
Table::create(array(
"excludedColumns"=>array("totalqty")
))
But using DataTables, something as the following
DataTables::create(array(
"excludedColumns"=>array("totalqty")
))
Regards, Giselle Machado.