fg-toolbar ui-toolbar

fg-toolbar ui-toolbar

refaelbrefaelb Posts: 11Questions: 0Answers: 0
edited January 2011 in TableTools
Hi Guys,

The moment you add "sDom": 'T<"clear">lfrtip',"

This div is being omitted:

""

I am still using V 1.7.5. I really would be thankful if someone could bring this div that controls the header and footer e.g. the div above. now its just leave them without any CSS.

Thanks.

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    You just need to alter the sDom parameter to match what you need: http://datatables.net/usage/options#sDom

    If you want to include TableTools with a jQuery UI theme:

    [code]
    "sDom": 'T<"clear"><"H"lfr>t<"F"ip>'
    [/code]
    See also this example: http://datatables.net/release-datatables/extras/TableTools/theme.html

    Allan
This discussion has been closed.