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>
|
</div>
|
||||||
<h1>CSS</h1>
|
<h1>CSS</h1>
|
||||||
<div id="css">
|
<div id="css">
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<!-- <script src="../addons/pager/jquery.tablesorter.pager.js"></script> -->
|
<!-- <script src="../addons/pager/jquery.tablesorter.pager.js"></script> -->
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
th.resizable-false { background-color: #e6bf99; }
|
th.tablesorter-header.resizable-false { background-color: #e6bf99; }
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script id="js">$(function() {
|
<script id="js">$(function() {
|
||||||
|
@ -724,7 +724,7 @@ ts.addWidget({
|
|||||||
priority: 60,
|
priority: 60,
|
||||||
options: {
|
options: {
|
||||||
stickyHeaders: 'tablesorter-stickyHeader',
|
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){
|
format: function(table, c, wo){
|
||||||
if (c.$table.hasClass('hasStickyHeaders')) { return; }
|
if (c.$table.hasClass('hasStickyHeaders')) { return; }
|
||||||
|
Loading…
Reference in New Issue
Block a user