new TableTools initialization
new TableTools initialization
jack17
Posts: 2Questions: 1Answers: 0
Hello,
I saw a previous discussion about the alternate tabletools initialization.
http://datatables.net/forums/discussion/comment/49027
However, I followed allan's responses by changing it to aButtons and sExtends, but apparently I still get the 5 default buttons.
http://debug.datatables.net/ivatiz
Any pointers would be appreciated. Thanks in advance.
[code]
var oTableTools = new TableTools( oTable, {
"aButtons": [
"csv",
"xls"
]
} );
$('#example').before( oTableTools.dom.container );
[/code]
I saw a previous discussion about the alternate tabletools initialization.
http://datatables.net/forums/discussion/comment/49027
However, I followed allan's responses by changing it to aButtons and sExtends, but apparently I still get the 5 default buttons.
http://debug.datatables.net/ivatiz
Any pointers would be appreciated. Thanks in advance.
[code]
var oTableTools = new TableTools( oTable, {
"aButtons": [
"csv",
"xls"
]
} );
$('#example').before( oTableTools.dom.container );
[/code]
This discussion has been closed.
Replies
Allan