zakharov-andrew / yii2-gridview-plus
Yii2 GridView Plus
Installs: 91
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Language:CSS
Type:yii2-extension
Requires
- php: >=7.0
README
Enhanced GridView with various utilities for Yii Framework 2.0
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require zakharov-andrew/yii2-gridview-plus
or add
"zakharov-andrew/yii2-gridview-plus": "*"
to the require
section of your composer.json
file.
Usage
Add this to your action in the controller
class DefaultController extends Controller
{
//...
public function actionYourAction()
{
\ZakharovAndrew\grid\assets\GridViewPlusAsset::register($this->view);
// ...
}
}
License
yii2-gridview-plus it is available under a MIT License. Detailed information can be found in the LICENSE.md
.