<?= GridView::widget([
'dataProvider' => $dataProvider,
'filterModel' => $searchModel,
'columns' => [
[
'attribute' => 'id_zakaz',
'contentOptions' => ['style' => 'position:fixed;'],
],
....
],
]); ?>