diff --git a/app/js/app.js b/app/js/app.js index bdf612f9..807b3c63 100755 --- a/app/js/app.js +++ b/app/js/app.js @@ -51,7 +51,7 @@ function standardViews(dataset) { { id: 'grid', label: 'Grid', - view: new recline.View.DataGrid({ + view: new recline.View.Grid({ model: dataset }) }, diff --git a/index.html b/index.html index 7eb729cb..30c80bf8 100644 --- a/index.html +++ b/index.html @@ -251,7 +251,7 @@ also easily write your own). Each view holds a pointer to a Dataset: