mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
more cleanup
This commit is contained in:
parent
83c39b4dc6
commit
ffafc9ea07
@ -222,7 +222,8 @@ $(function(){
|
||||
}
|
||||
});
|
||||
|
||||
});</script></pre>
|
||||
});
|
||||
</script></pre>
|
||||
</div>
|
||||
<h1>CSS</h1>
|
||||
<div id="css">
|
||||
|
@ -22,7 +22,7 @@
|
||||
<!-- <script src="../addons/pager/jquery.tablesorter.pager.js"></script> -->
|
||||
|
||||
<style>
|
||||
th.resizable-false { background-color: #e6bf99; }
|
||||
th.tablesorter-header.resizable-false { background-color: #e6bf99; }
|
||||
</style>
|
||||
|
||||
<script id="js">$(function() {
|
||||
|
@ -724,7 +724,7 @@ ts.addWidget({
|
||||
priority: 60,
|
||||
options: {
|
||||
stickyHeaders: 'tablesorter-stickyHeader',
|
||||
stickyHeaders_cloneId: '-sticky', // added to table ID, if it exists
|
||||
stickyHeaders_cloneId: '-sticky' // added to table ID, if it exists
|
||||
},
|
||||
format: function(table, c, wo){
|
||||
if (c.$table.hasClass('hasStickyHeaders')) { return; }
|
||||
|
Loading…
Reference in New Issue
Block a user