sDom formatting for TableTools

sDom formatting for TableTools

bradirbybradirby Posts: 5Questions: 0Answers: 0
edited April 2013 in TableTools
I'm a noob with DataTables and can't figure out how to use sDom to put the TableTools toolbar at the bottom left, and pagination at the bottom right. Both are appearing at the bottom right

Here's my sDom:

"sDom": '<"top"lf<"clear">>rt<"bottom">Tp<"clear">>'

Replies

  • bradirbybradirby Posts: 5Questions: 0Answers: 0
    I found a way to do it, though maybe not the right way. I set float to left here:
    div.DTTT_container {
    position: relative;
    float: left;
    margin-bottom: 1em;
    }

    this is in TablesTools.css
This discussion has been closed.