lesha724/yii2-nlgridview

This package is abandoned and no longer maintained. No replacement package was suggested.

gridview

Installs: 132

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

v1.0.3 2018-04-28 19:16 UTC

This package is auto-updated.

Last update: 2021-06-29 01:23:32 UTC


README

gridview

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist lesha724/yii2-nlgridview "*"

or add

"lesha724/yii2-nlgridview": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \lesha724\grid\NLGrid::widget(); ?>```