-
Notifications
You must be signed in to change notification settings - Fork 752
Description
When using the tablesorter with the page sorter (and columns and zebra widgets), I've found that the Chrome browser chokes much, much sooner than FF or IE or Safari browsers. I'm testing a table with 460 rows and approximately 180 columns. FF/IE/Safari are all able to render this in your fork of tablesorter just fine (requires 8 seconds total load time); however Chrome throws the following error message: "Uncaught RangeError: Maximum call stack size exceeded". Maybe an issue of recursion with verifying that all column cells exist and have data? For what its worth, I have all TH cells using the specific parser information (ie class="sorter-digit"). Have you seen this before? Can you fix this issue? If you like, I can post an example on jsfiddle. Thanks, in advance, for your thoughts!