["class" => "table table-bordered", "border" => "2"], 'baseUrl' => "/admin/tg-bot-notification", ])); $table->beforePrint(function () use ($tg) { $btn = PrimaryBtn::create("Список", "/admin/tg-bot-notification")->fetch(); $btn .= SuccessBtn::create("Редактировать", "/admin/tg-bot-notification/update/" . $tg->id)->fetch(); $btn .= DangerBtn::create("Удалить", "/admin/tg-bot-notification/delete/" . $tg->id)->fetch(); return $btn; }); $table->rows([ 'status' => (function ($data) { return \kernel\app_modules\tgbot\models\TgbotNotification::getStatus()[$data]; }) ]); $table->create(); $table->render();