Table Tool Issue

Table Tool Issue

dneedlesdneedles Posts: 24Questions: 0Answers: 0
edited December 2013 in General
The symptoms I am getting are fold:
1. Only PRINT is working (clicking on Copy, CSV, Excel, PDF have no effect.)
2. There are no "buttons" showing only the text though Firefox Firebug's inspect element shows it is split appart.

My guess is these are two separate issues. First is symptom of only PRINT working indicate that FLASH isn't being picked up correctly? If not is there a way to test the FLASH? I tried referencing externally via http and can get to the flash file though it does nothing.

Second, my guess on the lack of images is that they are not coming across. It might be related to security issues on the server. I had to move datatables.net images to images/... instead of ../images/... to get things working there. I tried the same with TableTools, editing the CSS to reference to images/... instead of ../images/... but that had no effect.

Anyway the biggest issue is I am at a loss how to break this problem apart and diagnose the core issues.

Replies

  • allanallan Posts: 63,195Questions: 1Answers: 10,412 Site admin
    Sounds like the SWF file isn't being loaded. Use sSwfPath to point at the correct path: http://datatables.net/release-datatables/extras/TableTools/swf_path.html . Check the console in your browser and server error log to confirm if this is the case.

    > Second, my guess on the lack of images is that they are not coming across.

    What images and where are they not going to?

    Can you please link to the page so we can debug it.

    Allan
This discussion has been closed.