The Table Tools save buttons are missing!
The Table Tools save buttons are missing!
PenguinMan98
Posts: 10Questions: 1Answers: 0
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.
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.
This discussion has been closed.
Replies
From the demo pages:
[code]
@import "media/css/TableTools.css";
[/code]
Allan
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 .
Allan