zakharov-andrew/yii2-gridview-plus

Yii2 GridView Plus

Installs: 90

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Language:CSS

Type:yii2-extension

v0.0.3 2023-11-18 18:43 UTC

This package is auto-updated.

Last update: 2024-04-20 15:09:39 UTC


README

Latest Stable Version License Yii2

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.