[jQuery] tablesorter reset?
I have a table that dynamically changes columns/headers and uses the
tablesorter plugin.
I'd like to reset my tablesorter, so that I can assign different
sorting options for these new headers.
I tried using unbind(), and then re-instantiating, but I get an error:
cache.normalized[0] is undefined
Any suggestions?
Thanks