I have got an issue with a tablesorter widget stickyhead http://mottie.github.io/tablesorter/docs/example-widget-sticky-header.html
There is a table with many rows, scrolling down forces the header to stick to the top of a window. So it is always visible.
In the first column of the table I have a checkbox element in each row. Scrolling down the table and clicking any of the lower checkboxes forces a jump to the top of the table. I would like to prevent this.
See my fiddle example in the comments below.
Any suggestions?
I don't know if you've seen this demo from the wiki Home page. It doesn't appear to have the issue you describe - probably because of the
return false
code in themouseup
function.CSS
Script - set the
columnWithCheckboxes
andresort
variables as desired.