Proper way of placing TableTools buttons?
Proper way of placing TableTools buttons?
andrzej
Posts: 3Questions: 0Answers: 0
After the DOM is ready, I'm using:
[code] $('#tableToolsButtons').append($('.DTTT_container')); [/code]
to change the placement of TableTools buttons. Is it a proper way to do this?
[code] $('#tableToolsButtons').append($('.DTTT_container')); [/code]
to change the placement of TableTools buttons. Is it a proper way to do this?
This discussion has been closed.
Replies
1. Use sDom to place the element somewhere within the DataTables controlled area
2. Use the .dom.container property of the TableTools instance: http://datatables.net/release-datatables/extras/TableTools/alt_init.html .
Allan