TableTools: Not working with server-side processing?
TableTools: Not working with server-side processing?
Hello,
I have a couple of (seemingly?) separate issues with TableTools. At least two of them I think could be related to my using server-side processing on the DataTable I want to use TableTools with.
1) Neither "Copy to clipboard", "Save as CSV" or "Save for Excel" work at all; the images does not change when I hover them, and they're not clickable. All three of them are enabled in TableToolsInit.
2) The "Print" button works, but after clicking it, the DataTable is empty, so there is no data to print. However, printing is a less important feature for me, so if I can't resolve this it's not a huge problem.
3) The header and footer backgrounds of the DataTable (defined in a JQueryUI theme) are removed when I add TableTools to the table. This is probably some initialization or CSS fault on my part, but any pointers on how to fix this would be much appreciated nonetheless.
Thanks in advance!
I have a couple of (seemingly?) separate issues with TableTools. At least two of them I think could be related to my using server-side processing on the DataTable I want to use TableTools with.
1) Neither "Copy to clipboard", "Save as CSV" or "Save for Excel" work at all; the images does not change when I hover them, and they're not clickable. All three of them are enabled in TableToolsInit.
2) The "Print" button works, but after clicking it, the DataTable is empty, so there is no data to print. However, printing is a less important feature for me, so if I can't resolve this it's not a huge problem.
3) The header and footer backgrounds of the DataTable (defined in a JQueryUI theme) are removed when I add TableTools to the table. This is probably some initialization or CSS fault on my part, but any pointers on how to fix this would be much appreciated nonetheless.
Thanks in advance!
This discussion has been closed.
Replies
TableToolsInit.sSwfPath = "TableTools/media/swf/ZeroClipboard.swf";
I had to change the path in the HTML to get it to even show up at all (as it crashes if it can't find ZeroClipboard), but the hover / clicking still doesn't work.
Thanks for the suggestion, though.
Yes, I'm having that problem also.
hi Drako,
Could you share your codes with us.
Thanks.
http://datatables.net/forums/discussion/837/tabletools-with-serverside-processing#Item_5
Allan