Force TableTools export buttons to a new line?

Force TableTools export buttons to a new line?

CowPieCowPie Posts: 1Questions: 0Answers: 0
edited October 2012 in General
I have the pagination options at the top and bottom of my table, using this sDom string: "sDom": 'pT<"clear">lfrtip',

Is there a way to move the Export buttons to a new line? Right now, they are inline with the top pagination buttons and it does not look right. I'd like them on their own separate line.

Thank you for the help and for the awesome tool.

Replies

  • allanallan Posts: 63,534Questions: 1Answers: 10,475 Site admin
    You could float the buttons 'right' or 'left' and then have a clear:both on the button where you want to start your new line. You can address each button individually as TableTools adds the type to the class name of rate button - for example `DTTT_button_print` .

    Allan
This discussion has been closed.