small sDom question
small sDom question
aurora
Posts: 5Questions: 0Answers: 0
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.
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.
This discussion has been closed.
Replies
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