filter
This commit is contained in:
parent
96b249eb51
commit
af1b996766
@ -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>";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user