Docs: add zebra to sort reset demo

This commit is contained in:
Rob Garrison 2016-11-18 04:56:57 -06:00
parent e5c96b9b18
commit be789c9a54

View File

@ -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(){