TableTools: Not working with server-side processing?

TableTools: Not working with server-side processing?

MorreMorre Posts: 4Questions: 0Answers: 0
edited December 2010 in General
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!

Replies

  • DrakoDrako Posts: 73Questions: 0Answers: 0
    i had the first problem too, i just had to add the path to the html code AND the js file.

    TableToolsInit.sSwfPath = "TableTools/media/swf/ZeroClipboard.swf";
  • MorreMorre Posts: 4Questions: 0Answers: 0
    I've now tried changing the path in both places, to no avail. :/

    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.
  • EmanSJEmanSJ Posts: 4Questions: 0Answers: 0
    edited December 2011
    hi Morre,
    Yes, I'm having that problem also.

    hi Drako,
    Could you share your codes with us.

    Thanks.
  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    No need to cross post :-)
    http://datatables.net/forums/discussion/837/tabletools-with-serverside-processing#Item_5

    Allan
This discussion has been closed.