samuelelonghin/yii2-grid

new Bootstrap 5 GridView ad GridViews

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

1.1.13 2022-04-13 12:25 UTC

This package is auto-updated.

Last update: 2024-04-13 16:56:55 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'=> []]); ?>```