<?= GridView::widget([
'dataProvider' => $dataProvider,
'filterModel' => $searchModel,
'options' => [
'style'=>'overflow: auto; word-wrap: break-word;'
],
'columns' => [
['class' => 'yii\grid\SerialColumn'],
....
[
'attribute'=>'pi_desc',
'value'=>function ($model) { return $model->pi_desc; },
'format'=>'raw',
'label'=>'Desc',
'contentOptions' => ['style'=>'max-width:300px;'],
],
วันพฤหัสบดีที่ 25 กรกฎาคม พ.ศ. 2562
yii2 ปรับแต่งGridView ข้อความที่ยาว
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น