filter
This commit is contained in:
parent
96b249eb51
commit
af1b996766
@ -14,7 +14,7 @@ $table->columns([
|
||||
'description' => [
|
||||
"format" => "html",
|
||||
"style" => ["width" => "300px"],
|
||||
"filter" => function () {},
|
||||
"filter" => '',
|
||||
"value" => function ($cell) {
|
||||
return "<span style='color: sienna'>$cell</span>";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user