The Table Tools save buttons are missing!

The Table Tools save buttons are missing!

PenguinMan98PenguinMan98 Posts: 10Questions: 1Answers: 0
edited July 2013 in TableTools
I'm really frustrated. I've been trying to get the data export to work for this table but I'm burning so much time on it I may just write it myself.

Here's the situation. I have 4 tables. All use DataTables. All have TableTools. JQUERYUI is on. I've tweaked the sDom but no matter where I put the T, the row with the buttons does not appear.

You can't find my code, it's behind a login. Here are the pastebins though:

Code: http://pastebin.com/QzEiLHVA
CSS: http://pastebin.com/7v4Gknzs
And my file structure: http://screencast.com/t/BQVTjOBug

I do very much appreciate your attention. I know I'm probably doing something really simple wrong.

Replies

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin
    Doesn't look like you've included the TableTools Javascript and CSS files :-)

    From the demo pages:

    [code]

    @import "media/css/TableTools.css";




    [/code]

    Allan
  • PenguinMan98PenguinMan98 Posts: 10Questions: 1Answers: 0
    ...

    Well, slap my face and call me stupid. I guess I misunderstood your tutorials.

    I just went back through your tutorial pages and not a single one ever mentions the include files. To even know they exist, you have to view source on the page. That seems ... non-intuitive. DataTables does this too and it didn't make sense then either. If it requires an include, put the includes in your 'Prerequisites' section of your introduction page. Just my $.02 .
  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin
    Agreed - the documentation needs to be better. I am working on it!

    Allan
This discussion has been closed.