title = 'แบบคำร้องขอรับความช่วยเหลือสำหรับประชาชน'; $this->params['breadcrumbs'][] = $this->title; ?>

title ?>

'yii\grid\SerialColumn'], //'id', 'title', 'name', 'id_card', 'address:ntext', 'tel', [ 'attribute' => 'imgcard', 'format' => 'raw', 'value' => function ($model) { return Html::img(Yii::$app->params['frontendUrl'] . '/' . 'uploads/helppeople' . '/' . $model->imgcard, ['class' => 'img-responsive', 'width' => 300]); } ], [ 'attribute' => 'imgadd', 'format' => 'raw', 'value' => function ($model) { return Html::img(Yii::$app->params['frontendUrl'] . '/' . 'uploads/helppeople' . '/' . $model->imgadd, ['class' => 'img-responsive', 'width' => 300]); } ], [ 'attribute' => 'imgpic', 'format' => 'raw', 'value' => function ($model) { return Html::img(Yii::$app->params['frontendUrl'] . '/' . 'uploads/helppeople' . '/' . $model->imgpic, ['class' => 'img-responsive', 'width' => 300]); } ], [ 'attribute' => 'imgdoc', 'format' => 'raw', 'value' => function ($model) { return Html::img(Yii::$app->params['frontendUrl'] . '/' . 'uploads/helppeople' . '/' . $model->imgdoc, ['class' => 'img-responsive', 'width' => 300]); } ], //'email:email', //'topic', 'description:ntext', //'process', //'files', //'created_at', //'updated_at', //'status', //'proceed:ntext', 'remark:ntext', ]; ?>
    [ ExportMenu::FORMAT_TEXT => false, ExportMenu::FORMAT_PDF => false, ExportMenu::FORMAT_HTML => false ], 'dataProvider' => $dataProvider, 'columns' => $column ]); ?>
$dataProvider, 'filterModel' => $searchModel, 'columns' => ArrayHelper::merge($column, [ ['class' => 'yii\grid\ActionColumn'], ]) ]); ?>