This GridView widget extends yii\grid\GridView
. It just has another style and some features.
Table
Showing 21-30 of 57 items.
Engine | Browser | Platform | Version | Grade |
---|---|---|---|---|
KHTML | Konqureror 3.3 | KDE 3.3 | 3.3 | A |
KHTML | Konqureror 3.5 | KDE 3.5 | 3.5 | A |
Misc | Links | Text only | - | X |
Misc | Lynx | Text only | - | X |
Gecko | Mozilla 1.0 | Win 95+ / OSX.1+ | 1 | A |
Gecko | Mozilla 1.1 | Win 95+ / OSX.1+ | 1.1 | A |
Gecko | Mozilla 1.2 | Win 95+ / OSX.1+ | 1.2 | A |
Gecko | Mozilla 1.3 | Win 95+ / OSX.1+ | 1.3 | A |
Gecko | Mozilla 1.4 | Win 95+ / OSX.1+ | 1.4 | A |
Gecko | Mozilla 1.5 | Win 95+ / OSX.1+ | 1.5 | A |
Code
<?= \yiister\adminlte\widgets\grid\GridView::widget( [ "dataProvider" => $dataProvider, "condensed" => true, "hover" => true, ] ); ?>