as I can add another field in GridView and how to add data to this field in another query
<?= GridView::widget([
'dataProvider' => $dataProvider,
'columns' => [
'id',
'name',
'another query data',
],
]) ?>
Saludos