Hi,
I'm using 7.x-1.2+5-dev with DataTables plugin (v1.9.x)

I have a view with Show/hide columns. The pdf result give me a clean output but with all the hiddens columns squashed on the right side. See image.

I thought this issue would be the solution to my problem, but updating my version from 7.x-1.2 to 7.x-1.x-dev did not.

Thanks for all your help.

CommentFileSizeAuthor
Screenshot1.png133.99 KBmorybel
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

morybel’s picture

Ok, fixed it by myself.

For those who have the same problem, just change "mColumns": "all", to "mColumns": "visible", in the pdf section in sites/all/modules/datatables/dataTables/extras/TableTools/media/js/TableTools.js

morybel’s picture

Status: Active » Closed (fixed)