Corrected moving to another page documentation

This commit is contained in:
UndefinedOffset 2015-10-13 12:20:27 -03:00
parent 51302bb0aa
commit 4105ebdcd0
1 changed files with 1 additions and 1 deletions

View File

@ -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)