Skip to content

Releases: richardfan1126/yii2-sortable-gridview

Version 0.0.8

25 Jul 14:22
eea20e7
Compare
Choose a tag to compare

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

09 Mar 16:55
e7726b4
Compare
Choose a tag to compare

add option for start position (by tsanchev)

Version 0.0.6

29 Aug 06:18
e74effb
Compare
Choose a tag to compare

Now support model with composite primary key

Version 0.0.5

19 Apr 06:21
Compare
Choose a tag to compare

Support customized 'rowOptions' now

Version 0.0.4

12 Jul 18:36
Compare
Choose a tag to compare

Bugfix:

Check if the columns have "enableSorting" before setting it.

Version 0.0.3

08 Jul 04:00
Compare
Choose a tag to compare

Add Bootstrap asset bundle as dependency

Version 0.0.2

04 Jul 19:00
Compare
Choose a tag to compare

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

21 Jun 04:31
Compare
Choose a tag to compare
Update README.md

Add configuration list and License section