Commit b983b856d6f91534518cbec130d1d23d30dd9463
1 parent
e6f2f373
- blog bug fix
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
controllers/OrderController.php
| @@ -66,6 +66,9 @@ | @@ -66,6 +66,9 @@ | ||
| 66 | 'columns' => [ | 66 | 'columns' => [ |
| 67 | 'name' => [ | 67 | 'name' => [ |
| 68 | 'type' => Index::ACTION_COL, | 68 | 'type' => Index::ACTION_COL, |
| 69 | + 'columnConfig' => [ | ||
| 70 | + 'buttonsTemplate' => '{edit}{delete}', | ||
| 71 | + ], | ||
| 69 | ], | 72 | ], |
| 70 | 'phone' => [ | 73 | 'phone' => [ |
| 71 | 'type' => Index::STRING_COL, | 74 | 'type' => Index::STRING_COL, |