kmergen / yii2-grid
There is no license information available for the latest version (dev-master) of this package.
Grid extensions for Yii 2 applications which using Bootstrap 4
dev-master
2021-04-19 14:46 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2: ~2.0.14
- yiisoft/yii2-bootstrap4: ~1.0.0
This package is auto-updated.
Last update: 2024-12-19 23:06:21 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.