This commit is contained in:
Билай Станислав 2024-08-22 11:53:13 +03:00
parent 96b249eb51
commit af1b996766

View File

@ -14,7 +14,7 @@ $table->columns([
'description' => [ 'description' => [
"format" => "html", "format" => "html",
"style" => ["width" => "300px"], "style" => ["width" => "300px"],
"filter" => function () {}, "filter" => '',
"value" => function ($cell) { "value" => function ($cell) {
return "<span style='color: sienna'>$cell</span>"; return "<span style='color: sienna'>$cell</span>";
} }