From a07118e2d0a97bb6f9825cc8d0a91003896a3814 Mon Sep 17 00:00:00 2001 From: Ed Date: Wed, 16 May 2012 22:41:14 -0300 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8804c31..ee3feaf 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,10 @@ To enable drag and drop sorting on the grid field add the following to your grid *Grid Field Config* :::php - $myGridConfig->addComponent(new GridFieldSortableRows('{Column to store sort}')); \ No newline at end of file + $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. + +## @TODO +* Optimize re-ordering of a has_many relationship when sorting on a single page +* Add visual cue that a row can be dropped over the page icons \ No newline at end of file