@@ -135,7 +135,7 @@ |
||
135 | 135 | $actions = array_merge($actions, $this->appends); |
136 | 136 | |
137 | 137 | if (empty($actions)) { |
138 | - $this->grid->columns()->search(function ($value, $key) { |
|
138 | + $this->grid->columns()->search(function($value, $key) { |
|
139 | 139 | return $value->getName() == '__actions__' ? $this->grid->columns()->forget($key) : ""; |
140 | 140 | }); |
141 | 141 | } |