2017 © Pedro Peláez
 

library yii2-custom-grid

Yii2 GridView with plugin support

image

consultnn/yii2-custom-grid

Yii2 GridView with plugin support

  • Thursday, June 28, 2018
  • by sokrat
  • Repository
  • 9 Watchers
  • 2 Stars
  • 69 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 6 % Grown

The README.md

Yii2-Custom-Grid Module

Plugin system for Yii2 GridView, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Add dependence, (*3)

"consultnn/yii2-custom-grid": "*"

to the require section of your composer.json file., (*4)

Existing plug-ins

Configuration

1) Add grid view in your view with plugins parameter, (*5)

echo consultnn\grid\GridView::widget(
    [
        'dataProvider' => $dataProvider,
        'filterModel' => $model,
        'plugins' => [
            \consultnn\grid\plugins\ResizableColumns::className(),
            [
                'class' => \consultnn\grid\plugins\Settings::className(),
                'url' => \yii\helpers\Url::to('/company/settings'),
                'storage' => Yii::$app->user->identity->settings,
                'activeColumns' => ['_id', 'name', 'type']
            ]
        ]
    ]
);

2) Plugins attribute contains array of enabled component plugins., (*6)

About every supported plugin you may read in plugins docs, (*7)

License

Auth module is released under the MIT License. See the bundled LICENSE.md for details., (*8)

The Versions

28/06 2018

dev-master

9999999-dev

Yii2 GridView with plugin support

  Sources   Download

MIT

The Requires

 

by Maxim Mironyuk
by Sergey Sipatov

28/06 2018

v1.1.0

1.1.0.0

Yii2 GridView with plugin support

  Sources   Download

MIT

The Requires

 

by Maxim Mironyuk
by Sergey Sipatov

26/03 2017

dev-issue-4-refactoring-plugins

dev-issue-4-refactoring-plugins

Yii2 GridView with plugin support

  Sources   Download

MIT

The Requires

 

by Maxim Mironyuk
by Sergey Sipatov

02/11 2016

1.0.3

1.0.3.0

Yii2 GridView with plugin support

  Sources   Download

MIT

The Requires

 

by Maxim Mironyuk
by Sergey Sipatov

02/12 2015

v1.0.2

1.0.2.0

Yii2 GridView with plugin support

  Sources   Download

MIT

The Requires

 

by Avatar sokrat

07/08 2015

v1.0.1

1.0.1.0

Yii2 GridView with plugin support

  Sources   Download

MIT

The Requires

 

by Avatar sokrat

17/07 2015

v1.0.0

1.0.0.0

Yii2 GridView with plugin support

  Sources   Download

MIT

The Requires

  • bower-asset/jquery-resizable-columns ~0.2
  • bower-asset/store-js ~1.3

 

by Avatar sokrat