d
This commit is contained in:
parent
12f56b64ec
commit
8616ae1efb
@ -188,7 +188,7 @@ function draw_table(){
|
|||||||
// display the table
|
// display the table
|
||||||
$("#table_container").append(table);
|
$("#table_container").append(table);
|
||||||
|
|
||||||
$("#hc_table thead").clone().prependTo("#table_container");
|
$("#hc_table thead").clone().css('postition','fixed').prependTo("#hc_table");
|
||||||
|
|
||||||
//enable highlighting
|
//enable highlighting
|
||||||
$("#hc_table td").on("mouseover", function() {
|
$("#hc_table td").on("mouseover", function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user