File tree 1 file changed +9
-10
lines changed 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -154,20 +154,19 @@ public function searchableColumnIndex()
154
154
public function isColumnSearchable ($ i , $ column_search = true )
155
155
{
156
156
if ($ column_search ) {
157
- return
157
+ return
158
158
(
159
- $ this ->request ->input ("columns. $ i.searchable " , 'true ' ) === 'true '
160
- ||
161
- $ this ->request ->input ("columns. $ i.searchable " , 'true ' ) === true
162
- )
159
+ $ this ->request ->input ("columns. $ i.searchable " , 'true ' ) === 'true '
160
+ ||
161
+ $ this ->request ->input ("columns. $ i.searchable " , 'true ' ) === true
162
+ )
163
163
&& $ this ->columnKeyword ($ i ) != '' ;
164
164
}
165
165
166
- return (
167
- $ this ->request ->input ("columns. $ i.searchable " , 'true ' ) === 'true '
168
- ||
169
- $ this ->request ->input ("columns. $ i.searchable " , 'true ' ) === true
170
- );
166
+ return
167
+ $ this ->request ->input ("columns. $ i.searchable " , 'true ' ) === 'true '
168
+ ||
169
+ $ this ->request ->input ("columns. $ i.searchable " , 'true ' ) === true ;
171
170
}
172
171
173
172
/**
You can’t perform that action at this time.
0 commit comments