We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac3f4ea + 643afe6 commit 8a1fdebCopy full SHA for 8a1fdeb
src/DataTableAbstract.php
@@ -592,6 +592,18 @@ public function skipPaging(): static
592
return $this;
593
}
594
595
+ /**
596
+ * Skip auto filtering as needed.
597
+ *
598
+ * @return $this
599
+ */
600
+ public function skipAutoFilter(): static
601
+ {
602
+ $this->autoFilter = false;
603
+
604
+ return $this;
605
+ }
606
607
/**
608
* Push a new column name to blacklist.
609
*
0 commit comments