- Made transfer list sortable in Web UI

* As a default it is sorted by Name
This commit is contained in:
Christophe Dumez 2009-11-27 15:48:45 +00:00
parent 3c6635cdbe
commit 9ada7c809b
4 changed files with 114 additions and 10 deletions

View file

@ -24,6 +24,9 @@
myTable = new dynamicTable();
ajaxfn = function(){};
setSortedColumn = function(index){
myTable.setSortedColumn(index);
};
window.addEvent('domready', function(){