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 568e670 + da1bae8 commit 3c06847Copy full SHA for 3c06847
src/QueryDataTable.php
@@ -119,7 +119,7 @@ protected function searchPanesSearch()
119
continue;
120
}
121
122
- if ($callback = data_get($this->searchPanes, $column . '.builder')) {
+ if ($this->searchPanes[$column] && $callback = $this->searchPanes[$column]['builder']) {
123
$callback($this->getBaseQueryBuilder(), $values);
124
} else {
125
$this->getBaseQueryBuilder()->whereIn($column, $values);
0 commit comments