'wednesday' => 'Mercredi', | 'wednesday' => 'Mercredi', | ||||
'thursday' => 'Jeudi', | 'thursday' => 'Jeudi', | ||||
'friday' => 'Vendredi', | 'friday' => 'Vendredi', | ||||
'saterday' => 'Samedi', | |||||
'saturday' => 'Samedi', | |||||
'sunday' => 'Dimanche', | 'sunday' => 'Dimanche', | ||||
], | ], | ||||
'value' => function ($model) use ($pointSaleModule) { | 'value' => function ($model) use ($pointSaleModule) { |
'wednesday' => 'Mercredi', | 'wednesday' => 'Mercredi', | ||||
'thursday' => 'Jeudi', | 'thursday' => 'Jeudi', | ||||
'friday' => 'Vendredi', | 'friday' => 'Vendredi', | ||||
'saterday' => 'Samedi', | |||||
'saturday' => 'Samedi', | |||||
'sunday' => 'Dimanche', | 'sunday' => 'Dimanche', | ||||
], | ], | ||||
'headerOptions' => ['class' => 'column-hide-on-mobile'], | 'headerOptions' => ['class' => 'column-hide-on-mobile'], |