small sDom question

small sDom question

auroraaurora Posts: 5Questions: 0Answers: 0
edited March 2011 in TableTools
Hi,

How can I place my own buttons together with TableTools buttons into the same div? Currently I'm using jquery append() to replace an element but this way is causing many difficulties.

Thanks in advance.

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    You can use the TableTools initialisation options to create your own TableTools buttons:

    Custom button: http://datatables.net/release-datatables/extras/TableTools/plug-in.html
    Custom button order: http://datatables.net/release-datatables/extras/TableTools/alter_buttons.html
    Custom button text: http://datatables.net/release-datatables/extras/TableTools/button_text.html

    All examples: http://datatables.net/extras/tabletools/examples

    Allan
This discussion has been closed.