Fixes #1303 Query with Order by clause is not working in Query Tool

This commit is contained in:
Akshay Joshi 2016-06-03 14:40:41 +05:30
parent 8b54b59f2b
commit 967159664e

View File

@ -503,12 +503,6 @@ define(
$($grid_el).css('width', tbl_new_width + 'px');
}
});
// Forcefully sorting by the first column.
if (columns.length > 1) {
collection.setSorting(columns[1].name);
collection.fullCollection.sort();
}
},
/* This function is responsible to create and render the