direction should be a string

sort direction should be a string
This commit is contained in:
Raymond Suelzer
2015-07-17 16:09:33 -04:00
parent 2a04a33b8f
commit 370f04bfcd
+1 -1
View File
@@ -72,7 +72,7 @@ columnDef.menuItems = [{
columnDef.minWidth = 100;
columnDef.name = 'MyColumn';
columnDef.sort = {
direction: 0,
direction: 'ASC',
ignoreSort: false,
priority: 1
};