query type in debug panel
This commit is contained in:
@@ -44,6 +44,12 @@ echo GridView::widget([
|
||||
'class' => 'sort-numerical'
|
||||
]
|
||||
],
|
||||
[
|
||||
'attribute' => 'type',
|
||||
'value' => function ($data) {
|
||||
return Html::encode(mb_strtoupper($data['type'], 'utf8'));
|
||||
},
|
||||
],
|
||||
[
|
||||
'attribute' => 'query',
|
||||
'value' => function ($data) {
|
||||
|
Reference in New Issue
Block a user