some fix filters
This commit is contained in:
@ -15,7 +15,7 @@ $table->columns([
|
||||
'description' => [
|
||||
"format" => "html",
|
||||
"style" => ["width" => "300px"],
|
||||
"filter" => ["input" => ["radio" => "hello", "bye"]],
|
||||
"filter" => ["input" => ["radio" => ["hello", "bye"]]],
|
||||
"value" => function ($cell) {
|
||||
return "<span style='color: sienna'>$cell</span>";
|
||||
}
|
||||
|
Reference in New Issue
Block a user