Added grid sorting to history grid rebind.

pull/4/head
Mark McDowall 13 years ago
parent 35cad3d27e
commit 6756eb6534

@ -77,6 +77,7 @@ History
function reloadHistoryGrid() {
var grid = $('#history').data('tGrid');
grid.rebind();
grid.sort("Date-desc");
}
function deleteHistoryRow(historyId) {

Loading…
Cancel
Save