I would like to combine the following
this table sorter
and this fusion table to html table
But after 3 days of working on it I've decided to may be best to ask for help.
Many thanks in advance.
I would like to combine the following
this table sorter
and this fusion table to html table
But after 3 days of working on it I've decided to may be best to ask for help.
Many thanks in advance.
Add this to the <table>
tag:
<table id="myTable" class="tablesorter">
Add this to the code after the table is populated:
$("#myTable").tablesorter();