title = Yii::t('common', 'Carts'); $this->params['breadcrumbs'][] = $this->title; ?> beginBlock('content-header') ?> title . ' ' . Html::a(Yii::t('common', 'Create Cart'), ['create'], ['class' => 'btn btn-success']) ?> endBlock() ?> render('_search', ['model' => $searchModel]); ?>
$dataProvider, 'filterModel' => $searchModel, 'columns' => [ // 'id', 'user_id:user', 'goods_id', 'sku_id', 'quantity', // 'created_at', // 'updated_at', // 'status', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>