From 74708a317f11d5604027d3574ad0d48f207e389d Mon Sep 17 00:00:00 2001 From: Ed Date: Tue, 26 Jun 2012 16:13:23 -0300 Subject: [PATCH] Added install instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f7f5302..9ecd243 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ Adds drag and drop functionality to SilverStripe 3.0's GridField ## Requirments * SilverStripe 3.0 RC1 +## Installation +* Download the module from here https://github.com/UndefinedOffset/SortableGridField/downloads +* Extract the downloaded archive into your site root so that the destination folder is called SortableGridField, opening the extracted folder should contain _config.php in the root along with other files/folders +* Run dev/build?flush=all to re-gernate the manifest +* Upon entering the cms and using GridFieldSortableRows component for the first time you make need to add ?flush=all to the end of the address to force the templates to regenerate + ## Usage To enable sorting on a has_many relationship set up an interger field on your data object.