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!
-- 
View this message in context: 
http://www.nabble.com/Tablesorter-question-tp16712550s27240p16712550.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to