@@ -83,7 +83,7 @@ discard block |
||
83 | 83 | 'gridOptions' => [ |
84 | 84 | 'responsive' => false, |
85 | 85 | 'responsiveWrap' => false, |
86 | - 'rowOptions' => function ($row) { |
|
86 | + 'rowOptions' => function($row) { |
|
87 | 87 | if (method_exists($row, 'getRowOptions')) { |
88 | 88 | return $row->getRowOptions(); |
89 | 89 | } |
@@ -304,7 +304,7 @@ discard block |
||
304 | 304 | // '{create}' => ['class' => 'col-xs-8 text-right'], |
305 | 305 | ], |
306 | 306 | 'bulkActionsItems' => [ |
307 | - 'General' => ['mass-update' => 'Mass edit',], |
|
307 | + 'General' => ['mass-update' => 'Mass edit', ], |
|
308 | 308 | ], |
309 | 309 | 'bulkActionsOptions' => [ |
310 | 310 | 'options' => [ |