[#407 support for row reordering in sclickgrid]

This commit is contained in:
aliounedia
2014-04-28 17:44:39 +02:00
parent 9a69799d04
commit 49282b59f7
3 changed files with 4 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ var createExplorer = function(dataset, state) {
// Enable support for row delete
enabledDelRow: true,
// Enable support for row Reoder
enableReOrderRow =true,
enableReOrderRow:true,
autoEdit: false,
enableCellNavigation: true
},