Exemplo n.º 1
0
    <h1><?php 
echo Html::encode($this->title, false);
?>
</h1>
    <p><?php 
echo FunctionModel::tglIndo($data['tgl']);
?>
</p>
    <?php 
// echo $this->render('_search', ['model' => $searchModel]);
?>

    <p>
        <?php 
echo Html::a('Create Detail Model', ['create'], ['class' => 'btn btn-success']);
?>
    </p>
    <?php 
Pjax::begin(['id' => 'pjax-detail']);
?>
    <div class="table-medium">
    <?php 
echo GridView::widget(['dataProvider' => $dataProvider, 'columns' => [['class' => 'yii\\grid\\SerialColumn'], ['attribute' => 'jenis', 'footer' => 'Total', 'footerOptions' => ['style' => 'text-align : center']], ['attribute' => 'jml', 'contentOptions' => ['class' => 'right'], 'footer' => number_format(DetailModel::getDetailTotal($data['tgl']), 0), 'format' => ['Decimal', 0]], ['class' => 'yii\\grid\\ActionColumn', 'contentOptions' => ['class' => 'middle']]], 'showFooter' => TRUE, 'footerRowOptions' => ['class' => 'right', 'style' => 'font-weight:bold']]);
?>
    </div>
    <?php 
Pjax::end();
?>

</div>