Download the PHP package octoweb/yii2-grid-view-sort without Composer
On this page you can find all versions of the php package octoweb/yii2-grid-view-sort. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-grid-view-sort
Sortable GridView Widget for Yii2
Sortable modification of standard Yii2 GridView widget.
Installation
The preferred way to install this extension is through composer.
- Either run
or add
to the require
section of your application's composer.json
file.
-
Add to your database new
unsigned int
attribute, suchsortOrder
. -
Add new behavior in the AR model, for example:
- Add action in the controller, for example:
Usage
- Use SortableGridView as standard GridView with
sortableAction
option. You can also subscribe to the JS event 'sortableSuccess' generated widget after a successful sorting.
All versions of yii2-grid-view-sort with dependencies
PHP Build Version
Package Version
The package octoweb/yii2-grid-view-sort contains the following files
Loading the files please wait ....