Package | Class | Description |
Yii Sortable Model |
AjaxSortingAction |
This action is triggered by SortableCGridView widget to store in the background the new records order. |
SortableCActiveRecord |
Models extending this class will automatically keep its records order consistent when items are added or deleted. |
SortableCActiveRecordBehavior |
Models having this behavior attached will automatically keep its records order consistent when items are added or deleted. |
SortableCGridView |
CGridView widget extended to allow drag and drop sorting of records. With it, users will be able to drag and drop with the mouse the rows of the grid to change records order. New order will be automatically saved in the database through an Ajax call. |
SortableCListView |
CListView widget extended to list records sorted. |