This commit is contained in:
James 2020-03-29 10:17:22 +01:00
parent 12f56b64ec
commit 8616ae1efb

View File

@ -188,7 +188,7 @@ function draw_table(){
// display the table
$("#table_container").append(table);
$("#hc_table thead").clone().prependTo("#table_container");
$("#hc_table thead").clone().css('postition','fixed').prependTo("#hc_table");
//enable highlighting
$("#hc_table td").on("mouseover", function() {