mirror of
https://github.com/unraid/webgui.git
synced 2026-02-25 03:38:44 -06:00
Table sorter updates.
This commit is contained in:
@@ -52,7 +52,13 @@ function showDrivers(options, init = false) {
|
||||
clearTimeout(timers.refresh);
|
||||
$("#t1").trigger("destroy");
|
||||
$('#t1').html(data);
|
||||
$('#t1').tablesorter({sortList:[[1,0],[3,0]]});
|
||||
$('#t1').tablesorter({
|
||||
sortList:[[1,0]],
|
||||
sortAppend:[[1,0]],
|
||||
headers:{
|
||||
0:{sorter:false}
|
||||
}
|
||||
});
|
||||
$('div.spinner.fixed').hide('slow');
|
||||
//showDriversupdate(options)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user