Closed GoogleCodeExporter closed 8 years ago
If you're in a crunch and you have to get the tables displaying again, you can
open up the "jquery.tablesorter.min.js" file in includes/js. Search for the
following string (the file is minified, so the whole thing should be on one
line):
this.clearTableBody=function(table){if($.browser.msie){function
empty(){while(this.firstChild)this.removeChild(this.firstChild);}empty.apply(tab
le.tBodies[0]);}else{table.tBodies[0].innerHTML="";}};
replace it with this one:
this.clearTableBody=function(table){function
empty(){while(this.firstChild)this.removeChild(this.firstChild);}empty.apply(tab
le.tBodies[0]);};
Reference this page for more information (and perhaps a simpler version to
replace with if you dare!):
http://stackoverflow.com/questions/19504252/jquery-tablesorter-pager-plugin-does
nt-work-properly-with-ie11-in-edge-mode
Original comment by stud...@comicnet.net
on 24 Jan 2014 at 5:04
Fixed, thanks for the info studean!
Original comment by i...@subwaydesign.com.ar
on 24 Jan 2014 at 10:54
you da mon stud...@comicnet.net!!!!!!!!!!! thanks
Original comment by volzda...@gmail.com
on 16 Jun 2014 at 9:30
Original issue reported on code.google.com by
philipp....@gmail.com
on 15 Jan 2014 at 11:09