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 62f14b2 + 55c2f8d commit 4f62c6bCopy full SHA for 4f62c6b
src/QueryDataTable.php
@@ -280,7 +280,7 @@ public function columnSearch()
280
foreach ($columns as $index => $column) {
281
$column = $this->getColumnName($index);
282
283
- if (! $this->request->isColumnSearchable($index) || $this->isBlacklisted($column)) {
+ if (! $this->request->isColumnSearchable($index) || $this->isBlacklisted($column) && ! $this->hasFilterColumn($column)) {
284
continue;
285
}
286
0 commit comments