mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
Corrected moving to another page documentation
This commit is contained in:
parent
51302bb0aa
commit
4105ebdcd0
@ -37,7 +37,7 @@ To enable drag and drop sorting on the grid field add the following to your grid
|
||||
$myGridConfig->addComponent(new GridFieldSortableRows('{Column to store sort}'));
|
||||
```
|
||||
|
||||
To move an item to another page drag the row over the respective page button and release.
|
||||
To move an item to another page drag the row over the respective move to page button which appear on the left and right of the GridField and release.
|
||||
|
||||
#### Full code Examples
|
||||
* [has_many relationship] (https://github.com/UndefinedOffset/SortableGridField/blob/master/docs/HasManyExample.md)
|
||||
|
Loading…
Reference in New Issue
Block a user