Sortable Gridview Widget For Yii2

Sortable modification of Yii2 GridView widget. With the ability to sort the rows relative to each other, the result is stored as a database.

http://www.yiiframework.com/extension/yii2-sortable-grid-view-widget/

Great widget! Do you have documentation or examples to set the jQuery Sortable options like cursor, opacity, etc?

Thanks for widget!

Hi himiklab, i’m at the first experience with Yii so I don’t understand the part “Use SortableGridView as standard GridView with sortableAction option”, can you please write me an example?

Nevermind, I realized that my problem was a bug due to a custom id set to the widget. You can find my relative solution in the pull-request of the project on GitHub.