diff --git a/docs/tutorial-views.markdown b/docs/tutorial-views.markdown index b9f56186..b1dba993 100644 --- a/docs/tutorial-views.markdown +++ b/docs/tutorial-views.markdown @@ -68,15 +68,18 @@ var dataset = new recline.Model.Dataset({ ### Setting up the Grid -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: +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: {% highlight html %} + - - - + + + + +