I'm using the tablesorter plugin in a web application that sometimes outputs empty tables. I'm trying wherever possible to catch these instances and skip the output of the table altogether when necessary, but it begs the question:
Is there a way to avoid errors when tablesorter tries to sort an empty table? Thanks, Owen