—
I used your plugin Version 1.3.
It´s working nice in preview but sadly it crashes on export for Html or for NWjs.
Error in NWjs:
"undefined is not a function" in c2runtime
Error in Web:
Uncaught TypeError: $(...).tf is not a function
If i click the c2runtime in webinspector console, it marks the following line
(case 1:e="blackice";break;case 2:e="blue";break;case 3:e="bootstrap";break;case 4:e="bootstrap_2";break;case 5:e="dark";break;case 6:e="default";break;case 7:e="dropbox";break;case 8:e="green";break;case 9:e="grey";break;case 10:e="ice";break;case 11:e="jui";break;default:e="default"}console.log(e);$(d.g.table).tf({Du:e})}else $(d.g.table).tf().removeClass("tablesorter-default");else if(0<d.j[15]){switch(d.j[15]){case 0:e="none";break;case 1:e="blackice";break;case 2:e="blue";break;case 3:e="bootstrap";)[/code:3n96momf]
[b]Update - 27.01.2015 - 21:08[/b]
@hmmg
The option "allow sort" is the bad guy here
if "allow sort" is true => the exported project crashes with the above error
if "allow sort" is false => everything is fine
It would be great if you can handle this