JSUtils
JSUtils copied to clipboard
Splitting table but not appending to the DOM
I would be grateful if you could help me getting this to work.
The table is being split up but not appended to the DOM. I think it is line 291:
parent.children().eq(tableIndex - 1).after(collectableDiv);
where tableIndex is 0.
Any help would be appreciated.
Could you please setup any kind of test environment somewhere? It's been a while since I worked with wkhtmltopdf and since I changed a notebook it will take me quite a while to make everything up and running.