Skip to content

Commit e85571a

Browse files
committed
fix: allow custom filters
1 parent f1ac789 commit e85571a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QueryDataTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public function columnControlSearch(): void
315315
continue;
316316
}
317317

318-
if ($this->isBlacklisted($columnName)) {
318+
if ($this->isBlacklisted($columnName) && ! $this->hasFilterColumn($columnName)) {
319319
continue;
320320
}
321321

0 commit comments

Comments
 (0)