JSUtils icon indicating copy to clipboard operation
JSUtils copied to clipboard

Splitting table but not appending to the DOM

Open ruby-fu-ninja opened this issue 11 years ago • 1 comments

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.

ruby-fu-ninja avatar Jan 09 '14 09:01 ruby-fu-ninja

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.

AAverin avatar Jan 09 '14 11:01 AAverin