[jQuery] Tablesorter plugin question
<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: collapse; font-family: verdana; font-size: 13px; ">First of all, this is a great plugin, many thanks!
I have a bit of a specific implementation that I can't figure out. I have a table working and sorting correctly with the plugin, but because of a design decision, I have to allow the table body to scroll while the table headers remain fixed... and still be sortable. I've tried many things, but the only way I can really get the scrolling to work is to separate the thead and put it in a different table that is essentially placed right above a div containing the table body (with a fixed height and overflow:auto set). This allows the table body to scroll while keeping the table headers fixed above it.
Now... the question I have is this... is it possible to somehow (even manually) bind the sort events of the thead to a tbody that is in a different table? Or is there another (better) way to do this?
I've been trying to figure out a good solution for this one for a while now...
Thanks for any help or suggestions!</span>
<div> <div style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><div>
</div> <div>-m</div> <div>
</div> <br class="Apple-interchange-newline"></div> </div>
</body></html>