add JasonTable class
This commit is contained in:
@ -7,7 +7,8 @@ use Itguild\Tables\ViewJsonTable;
|
||||
$json = file_get_contents('view.json');
|
||||
|
||||
$table = new ViewJsonTable($json);
|
||||
$table->rows([
|
||||
//$table->rows([
|
||||
$table->setBeforePrintCell([
|
||||
'username' => function ($ceil) {
|
||||
return "<span style='color: aqua'>$ceil</span>";
|
||||
},
|
||||
|
Reference in New Issue
Block a user