arogachev / yii2-sortable

Sortable ActiveRecord for Yii 2 framework
Other
17 stars 9 forks source link

Add manual processing of sort #15

Open arogachev opened 9 years ago

arogachev commented 9 years ago

Related to #5.

It's pretty rare case. And it overcomplicates code in some places.

I think maybe it will be better to let user manually call method responsible for sort processing (adding / reset) when it's needed.