This commit is contained in:
2024-08-12 15:39:26 +03:00
parent 38d5deb36a
commit 19e994ef38
4 changed files with 10 additions and 5 deletions

View File

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