Table sorter updates.

This commit is contained in:
SimonFair
2023-07-10 20:02:01 +01:00
parent 8c02c0c91d
commit f093a490ad

View File

@@ -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)
});