custom handler
This commit is contained in:
@ -6,9 +6,6 @@ use Itguild\Tables\ListJsonTable;
|
||||
|
||||
$json = file_get_contents('simple.json');
|
||||
$table = new ListJsonTable($json);
|
||||
//$table->column("status", function ($ceil){
|
||||
// return getStatusLabel()[$ceil];
|
||||
//});
|
||||
|
||||
$table->columns([
|
||||
'status' => function ($ceil) {
|
||||
|
Reference in New Issue
Block a user