From af1b996766e251c8cae8750e7a6785336ae6ccf3 Mon Sep 17 00:00:00 2001 From: stasbilay02 Date: Thu, 22 Aug 2024 11:53:13 +0300 Subject: [PATCH] filter --- examples/simple.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple.php b/examples/simple.php index 2527697..768bb10 100644 --- a/examples/simple.php +++ b/examples/simple.php @@ -14,7 +14,7 @@ $table->columns([ 'description' => [ "format" => "html", "style" => ["width" => "300px"], - "filter" => function () {}, + "filter" => '', "value" => function ($cell) { return "$cell"; }