I'm using the jQuery tablesorter plugin in a very simple way, to add sortability to the first four columns of a five column table. The maximum width of any of the columns is 255 characters, and most are narrower than that.
This works just fine on smaller result sets, but if my table (based on a search query) grows over ~300 rows, there is a long delay after the page displays before the DOM changes made by the tablesorter function are visible, and I often get the following browser error (in Firefox):
A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.
Is there just a practical limitation for the size of a sortable table?