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.
1 parent 568e670 commit da1bae8Copy full SHA for da1bae8
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