From 8bdd837d2606145dbd94bfe6789bf7c2ae14ba3d Mon Sep 17 00:00:00 2001 From: Matt Fullerton Date: Tue, 17 Feb 2015 20:18:45 +0100 Subject: [PATCH] Ref to demo code --- docs/tutorial-views.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tutorial-views.markdown b/docs/tutorial-views.markdown index 2357bc17..b44281cb 100644 --- a/docs/tutorial-views.markdown +++ b/docs/tutorial-views.markdown @@ -74,7 +74,8 @@ dataset.fields.models[1].attributes.type = 'date'; ### Setting up the Grid
-The source code along with all dependencies for the grid part of the tutorial can be found at this GitHub repository. See it in action via GitHub Pages. +The source code along with all dependencies for the grid part of the tutorial can be found at this GitHub repository. See it in action via GitHub Pages. +Although it's not demonstrated here, you can also use the simpler Grid view without SlickGrid. Source code along with all dependencies for that can be found at this GitHub repository. Demo on GitHub Pages.
Let's create a data grid view to display the dataset we have just created. We're going to use the SlickGrid-based grid so we need the following CSS and JS dependencies in addition to those above: