Konfigurasi Header Column

function tableHeader(){
return [
//nama kolom & label untuk header tabel
["col" => "name","title"=>"Name","first"=>1,"mw"=>200],
["col" => "code","title"=>"Code","first"=>0,"mw"=>150],
["col" => "status","title"=>"Status","first"=>0]
];
}Last updated