This GridView widget extends yii\grid\GridView
. It just has another style and some features.
Table
Code
<?= \yiister\adminlte\widgets\grid\GridView::widget( [ "dataProvider" => $dataProvider, "condensed" => true, "hover" => true, ] ); ?>
This GridView widget extends yii\grid\GridView
. It just has another style and some features.
<?= \yiister\adminlte\widgets\grid\GridView::widget( [ "dataProvider" => $dataProvider, "condensed" => true, "hover" => true, ] ); ?>