Using TableTools Outside the Table
Using TableTools Outside the Table
bbyrdhouse
Posts: 5Questions: 1Answers: 0
Hello,
I am using DataTables along with TableTools to let folks save a table to csv.
I am also using jQueryUI to "theme" the table.
The problem I am having is that the TableTools seems to always be placed within the Tabel Header row.
I would like to know how to use the TableTools but have them outside the actual header row ... sort of above the table.
Here is a sample page I have set up: http://demo.kulersolutions.com/kulerSql/results/index.php
I'd like to position the TableTools buttons above the table. Any suggestions?
Thanks
Gary
I am using DataTables along with TableTools to let folks save a table to csv.
I am also using jQueryUI to "theme" the table.
The problem I am having is that the TableTools seems to always be placed within the Tabel Header row.
I would like to know how to use the TableTools but have them outside the actual header row ... sort of above the table.
Here is a sample page I have set up: http://demo.kulersolutions.com/kulerSql/results/index.php
I'd like to position the TableTools buttons above the table. Any suggestions?
Thanks
Gary
This discussion has been closed.
Replies
It has to do with the sDom settings as well as changing some of the css to match.
You can look at the url above and see that I have it working the way I want. Basically, this is what I have now:
"sDom": 'T<"H"lfr>t<"F"ip>'