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