@@ -81,7 +81,7 @@ |
||
81 | 81 | 'rowName' => $this->grid->getGridRowName(), |
82 | 82 | ]); |
83 | 83 | |
84 | - return function (Grid $grid) { |
|
84 | + return function(Grid $grid) { |
|
85 | 85 | if ($this->head > 0) { |
86 | 86 | $this->left = $grid->visibleColumns()->slice(0, $this->head); |
87 | 87 | } |