Using TableTools Outside the Table

Using TableTools Outside the Table

bbyrdhousebbyrdhouse Posts: 5Questions: 1Answers: 0
edited November 2011 in General
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

Replies

  • bbyrdhousebbyrdhouse Posts: 5Questions: 1Answers: 0
    Ok, after walking away from it for a while and then coming back to it I finally found out how to do what I want to do.

    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>'
This discussion has been closed.