kmergen / yii2-grid
Grid extensions for Yii 2 applications which using Bootstrap 4
Installs: 30
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kmergen/yii2-grid
Requires
- php: >=5.4.0
- yiisoft/yii2: ~2.0.14
- yiisoft/yii2-bootstrap4: ~1.0.0
This package is auto-updated.
Last update: 2025-09-20 00:50:16 UTC
README
Useful grid classes to use in GridView widget with Bootstrap 4 CSS Framework.
###Installation
The preferred way to install this extension is through composer.
Either run
composer require "kmergen/yii2-grid: "*"
or add
"kmergen/yii2-grid": "*",
to the require
section of your composer.json
file.