mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Docs: add zebra to sort reset demo
This commit is contained in:
parent
e5c96b9b18
commit
be789c9a54
@ -21,7 +21,8 @@
|
||||
// call the tablesorter plugin
|
||||
$("table").tablesorter({
|
||||
theme : 'blue',
|
||||
sortList: [ [0,0],[1,0],[2,0] ]
|
||||
sortList: [ [0,0],[1,0],[2,0] ],
|
||||
widgets: ['zebra']
|
||||
});
|
||||
|
||||
$('button').click(function(){
|
||||
|
Loading…
Reference in New Issue
Block a user