I have implemented a fixed header table scroll using a two table implementation.
with this implementation the header row of the table content is not visible because the table header content has been copied into another table used for the header in a scrollable div.
My question is would it be possible to modify the tablesorter plugin to use another thead in another table as the headers for sorting.