Closed (fixed)
Project:
DataTables
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2014 at 14:59 UTC
Updated:
4 Jul 2014 at 00:01 UTC
Jump to comment: Most recent
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.
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot1.png | 133.99 KB | morybel |
Comments
Comment #1
morybel commentedOk, 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
Comment #2
morybel commented