samuelelonghin / yii2-grid
new Bootstrap 5 GridView ad GridViews
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- kartik-v/yii2-bootstrap5-dropdown: *
- kartik-v/yii2-export: >=1.4.2
- kartik-v/yii2-grid: >=v2.0.0
- kartik-v/yii2-mpdf: *
- phpoffice/phpspreadsheet: *
- samuelelonghin/yii2-btn: >=1.1.0
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-bootstrap5: *
README
new Bootstrap 4 GridView and GridViews
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist samuelelonghin/yii2-grid "*"
or add
"longhinsamuele/yii2-grid": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \samuelelonghin\grid\GridView::widget(); ?>``` <?= \samuelelonghin\grid\GridViews::widget(['data'=> []]); ?>```