title = Yii::t('common', 'Car Groups'); $this->params['breadcrumbs'][] = $this->title; ?> beginBlock('content-header') ?> title . ' ' . Html::a(Yii::t('common', 'Create Car Group'), ['create'], ['class' => 'btn btn-success']) ?> endBlock() ?> render('_search', ['model' => $searchModel]); ?>
$dataProvider, 'filterModel' => $searchModel, 'columns' => [ 'id', 'brand_id', 'user_id', 'title', 'province', 'city', 'quantity', 'amount', [ 'attribute' => 'qrcode', 'format' => ['image', ['style' => 'height: 40px; width: 40px;border-radius: 50%;border: none;']], 'contentOptions' => ['class' => 'media-content'] ], // 'wechat', // 'created_at', // 'updated_at', // 'status', [ 'class' => 'backend\widgets\grid\SwitcherColumn', 'attribute' => 'status' ], ['class' => 'yii\grid\ActionColumn'], ], ]); ?>