ticmakers / yii2-sortable-gridview
Yii2 Sortable GridView
v1.0.3
2019-08-27 21:28 UTC
Requires
This package is auto-updated.
Last update: 2025-03-29 00:44:27 UTC
README
Yii2 Sortable GridView
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist ticmakers/yii2-sortable-gridview "*"
or add
"ticmakers/yii2-sortable-gridview": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \ticmakers\sortablegridview\SortableGridView::widget(); ?>```