mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Made transfer list sortable in Web UI
* As a default it is sorted by Name
This commit is contained in:
parent
3c6635cdbe
commit
9ada7c809b
4 changed files with 114 additions and 10 deletions
|
@ -24,6 +24,9 @@
|
|||
|
||||
myTable = new dynamicTable();
|
||||
ajaxfn = function(){};
|
||||
setSortedColumn = function(index){
|
||||
myTable.setSortedColumn(index);
|
||||
};
|
||||
|
||||
window.addEvent('domready', function(){
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue