= Html::encode($this->title) ?>
render('_search', ['model' => $searchModel]); ?>
= GridView::widget([
'dataProvider' => $dataProvider,
'filterModel' => $searchModel,
'columns' => [
['class' => 'yii\grid\SerialColumn'],
'id',
'name',
'userName',
'lotName',
'endBidding',
// 'date_stop',
// 'last_price',
// 'last_user',
// 'last_date',
// 'type',
'status',
['class' => 'yii\grid\ActionColumn',
'template' => '{view}',],
],
]); ?>