Javascript
$(document).ready(function() {
$("table")
.tablesorter({widthFixed: true, widgets: ['zebra']})
.tablesorterPager({container: $("#pager")});
});
Demo
Name |
Major |
Sex |
English |
Japanese |
Calculus |
Geometry |
Student01 |
Languages |
male |
80 |
70 |
75 |
80 |
Student02 |
Mathematics |
male |
90 |
88 |
100 |
90 |
Student03 |
Languages |
female |
85 |
95 |
80 |
85 |
Student04 |
Languages |
male |
60 |
55 |
100 |
100 |
Student05 |
Languages |
female |
68 |
80 |
95 |
80 |
Student06 |
Mathematics |
male |
100 |
99 |
100 |
90 |
Student07 |
Mathematics |
male |
85 |
68 |
90 |
90 |
Student08 |
Languages |
male |
100 |
90 |
90 |
85 |
Student09 |
Mathematics |
male |
80 |
50 |
65 |
75 |
Student10 |
Languages |
male |
85 |
100 |
100 |
90 |