pre-sort by title to take advantange of stable sort; watch for null date
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
}
|
||||
|
||||
function renderTable(data, sortField) {
|
||||
data = _.sortBy(data, 'title');
|
||||
data = _.sortBy(data, sortField);
|
||||
|
||||
$.each(data, function(key, value) {
|
||||
|
Reference in New Issue
Block a user