addRow("Имя", function (){ return "Kirill"; }, ['after' => 'username']); //$table->rows([ $table->rows([ 'username' => function ($cell) { return "$cell"; }, 'email' => function ($cell) { return "$cell"; } ]); $table->create(); $table->render();