column("status", function ($ceil){ // return getStatusLabel()[$ceil]; //}); $table->columns([ 'status' => function ($ceil) { return getStatusLabel()[$ceil]; }, 'email' => function ($ceil) { return "$ceil"; }, 'description' => function ($ceil) { return "$ceil"; } ]); //$table->setBeforePrintCell(function ($key, $data) { // return $key == "email" ? "$data" : $data; //}); $table->afterPrint(function ($meta) { return "