[#48,refactor][s]: rename DataTable to DataGrid - fixes #48.

This commit is contained in:
Rufus Pollock
2012-02-22 21:18:30 +00:00
parent 1abf2769bd
commit 1fd337e1d4
5 changed files with 18 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ $(function() {
{
id: 'grid',
label: 'Grid',
view: new recline.View.DataTable({
view: new recline.View.DataGrid({
model: dataset
})
},