Releases: richardfan1126/yii2-sortable-gridview
Releases · richardfan1126/yii2-sortable-gridview
Version 0.0.8
Added handle option https://api.jqueryui.com/sortable/#option-handle
The drag action will only take effect on the drag icon now, instead of on the entire row.
Version 0.0.7
add option for start position (by tsanchev)
Version 0.0.6
Now support model with composite primary key
Version 0.0.5
Support customized 'rowOptions' now
Version 0.0.4
Bugfix:
Check if the columns have "enableSorting" before setting it.
Version 0.0.3
Add Bootstrap asset bundle as dependency
Version 0.0.2
Bug fix:
- Set $enableSorting for each column to false, in stead of setting $sort for dataprovider to false.
- User can now config the sort feature in dataprovider, for example setting default sort order for the list
Version 0.0.1
Update README.md Add configuration list and License section