Hiding TableTools buttons
Hiding TableTools buttons
I am trying to hide the TableTools buttons. I still want the row select functionality but wish to NOT display any of the buttons.
The code snippet shows how I have initialized the tools:
"sDom": "T<'clear'>lfrtip",
"oTableTools": {
"sRowSelect": "multi",
"sSwfPath": "../../scripts/jquery/media/swf/copy_csv_xls_pdf.swf",
"aButtons": ["print"]
},
Simply removing the reference to "aButtons" and/or "sSwfPath" displays all buttons . Changing the "sDom" by removing the T results in TableTools not functioning at all.
Is there a way to hide all of the buttons and still maintain the rowselect functionality?