mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
Added notice about SS 3.1
This commit is contained in:
parent
aa278ae1a6
commit
1e8341807e
@ -4,7 +4,7 @@ SortableGridField
|
|||||||
Adds drag and drop functionality to SilverStripe 3.0's GridField
|
Adds drag and drop functionality to SilverStripe 3.0's GridField
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
* SilverStripe 3.0
|
* SilverStripe 3.0.x
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
* Download the module from here https://github.com/UndefinedOffset/SortableGridField/downloads
|
* Download the module from here https://github.com/UndefinedOffset/SortableGridField/downloads
|
||||||
@ -42,6 +42,8 @@ SortableGridField is not the same as SortableDataObject, since it is only a comp
|
|||||||
UPDATE YourTable SET SortOrder=SortOrder+1;
|
UPDATE YourTable SET SortOrder=SortOrder+1;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## SilverStripe 3.1 Notice
|
||||||
|
SortableGridField is not compatable or atleast not guarenteed to work on 3.1, I've been getting reports that there are issues at this time.
|
||||||
|
|
||||||
## @TODO
|
## @TODO
|
||||||
* Optimize re-ordering of a has_many relationship when sorting on a single page
|
* Optimize re-ordering of a has_many relationship when sorting on a single page
|
||||||
|
Loading…
Reference in New Issue
Block a user