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 8250af0 commit e6fe066Copy full SHA for e6fe066
src/Bllim/Datatables/Datatables.php
@@ -760,7 +760,7 @@ protected function filtering()
760
761
// column search
762
for ($i = 0, $c = count($this->input['columns']); $i < $c; $i++) {
763
- if (isset($column_aliases[$i]) && $this->input['columns'][$i]['orderable'] == "true" && $this->input['columns'][$i]['search']['value'] != '') {
+ if (isset($column_aliases[$i]) && $this->input['columns'][$i]['searchable'] == "true" && $this->input['columns'][$i]['search']['value'] != '') {
764
// if filter column exists for this columns then use user defined method
765
if (isset($this->filter_columns[$column_aliases[$i]])) {
766
0 commit comments