samuelelonghin/yii2-grid

new Bootstrap 5 GridView ad GridViews

Maintainers

Package info

github.com/SamueleLonghin/yii2-grid

Type:yii2-extension

pkg:composer/samuelelonghin/yii2-grid

Transparency log

Statistics

Installs: 32

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.19 2026-07-09 15:55 UTC

This package is auto-updated.

Last update: 2026-07-09 15:56:20 UTC


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'=> []]); ?>```