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: