B I G B I R D ‘ S

[กันลืม] showPageSummary Option In Yii2

showPageSummary option in Yii2


 showPageSummary : ชนิด boolean [ TRUE , FALSE ] จะแสดงผลรวมของฟิลด์ ใน grid view. ค่าเริ่มต้นจะกำหนดไว้เป็น FALSE.

การใช้งาน

กำหนด option ใน Gridview widget

echo GridView::widget([
'dataProvider' => $dataProvider,
'hover' => TRUE,
'resizableColumns'=>true,
'showPageSummary' => true,
'columns' => [];


กำหนดใน column ที่ต้องการ sum

'pageSummary' => true


[
'headerOptions' => ['class' => 'text-center'],
'contentOptions' => ['class' => 'text-right'],
//'options' => ['style' => 'width:30px;'],
'attribute' => 'total_value',
'header' => 'มูลค่ารวม (บาท)',
'format'=>['decimal', 0],
'value' => function($data) {
return empty($data['total_value']) ? '0' : $data['total_value'];
},
'pageSummary' => true,
],



ที่มา : https://github.com/kartik-v/yii2-grid
https://github.com/kartik-v/yii2-export/issues/57




3 ความคิดเห็น

  1. For instance, if your intended market is comparable to that of a high-end restaurant, look at regions with swanky dining establishments.Interested to know more about output management tool? find out here.

    ตอบลบ
  2. Once you're on the site, you will know what things to do. 1337X website was launched in 2007 and is still one of the very best torrent downloading sites which are running today. Want to know more about tpb proxy? check out here.

    ตอบลบ
  3. You are able to dial the central helpline amount of the company, and you will receive appropriate support. Want to know more about facebook cover photo size? Find more information on this website.

    ตอบลบ
แสดงความคิดเห็น
ใหม่กว่า เก่ากว่า