{extends file=$smarty.current_dir|cat:'/../extends.tpl'} {use class="yii\helpers\Url"} {use class="yii\grid\GridView"} {use class="app\assets\ListManagementAsset"} {ListManagementAsset::register($this)|void} {block name='content'}
{GridView::widget([ 'dataProvider' => $dataProvider, 'layout'=> \app\helpers\ListManagementGrid::getLayout(), 'tableOptions' => [ 'class' => 'table table-striped table-bordered', 'style' => 'background:#fff;min-width:700px;' ], 'rowOptions' => \app\helpers\ListManagementGrid::rows(), 'columns' => [ [ 'attribute' => 'code', 'contentOptions' => ['class' => 'text-center'], 'headerOptions' => ['class' => 'text-center'] ], [ 'attribute' => 'type', 'contentOptions' => ['class' => 'text-center'], 'headerOptions' => ['class' => 'text-center'], 'value' => \app\helpers\ListManagementGrid::type($typeArray) ], [ 'attribute' => 'name', 'contentOptions' => ['class' => 'text-center'], 'headerOptions' => ['class' => 'text-center'] ], [ 'attribute' => 'gender', 'contentOptions' => ['class' => 'text-center'], 'headerOptions' => ['class' => 'text-center'] ], [ 'attribute' => 'image', 'format' => "raw", 'value' => \app\helpers\ListManagementGrid::image() ], [ 'attribute' => 'time', 'contentOptions' => ['class' => 'text-center'], 'headerOptions' => ['class' => 'text-center'], 'value' => \app\helpers\ListManagementGrid::time() ], [ 'attribute' => 'birthday', 'contentOptions' => ['class' => 'text-center'], 'headerOptions' => ['class' => 'text-center'], 'value' => \app\helpers\ListManagementGrid::birthday() ], [ 'attribute' => 'telephone', 'contentOptions' => ['class' => 'text-center'], 'headerOptions' => ['class' => 'text-center'] ], [ 'attribute' => 'address', 'contentOptions' => ['class' => 'text-center'], 'headerOptions' => ['class' => 'text-center'] ] ] ])}

Tìm kiếm dữ liệu


Xóa nhiều dữ liệu



Đồng bộ từ thiết bị khác

{/block}