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