kfit / yii2-sortable-gridview
Yii2 Sortable GridView
dev-master
2020-04-25 17:31 UTC
Requires
This package is not auto-updated.
Last update: 2025-03-10 16:16:46 UTC
README
Yii2 Sortable GridView
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist kfit/yii2-sortable-gridview "*"
or add
"kfit/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 :
<?= \kfit\sortablegridview\SortableGridView::widget(); ?>```