zakharov-andrew / yii2-gridview-plus
Yii2 GridView Plus
Package info
github.com/ZakharovAndrew/yii2-gridview-plus
Language:CSS
Type:yii2-extension
pkg:composer/zakharov-andrew/yii2-gridview-plus
v0.0.3
2023-11-18 18:43 UTC
Requires
- php: >=7.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.