Adding labels to Tabletools
Adding labels to Tabletools
canopus
Posts: 7Questions: 0Answers: 0
Hey All,
Is there an easy way to add a to the form element that's generated with the TableTools? Here's my code now:
[code]
"oTableTools": {
"sSwfPath": "/apps/tools/ruleorganizer/static/js/DataTables-master/extras/TableTools/media/swf/copy_csv_xls_pdf.swf",
"aButtons": [ "xls" ]},
"oColumnFilterWidgets": {"aiExclude": [0,1,8,9,10], "sSeparator": "\\s*,+\\s*"},
[/code]
Thanks
Is there an easy way to add a to the form element that's generated with the TableTools? Here's my code now:
[code]
"oTableTools": {
"sSwfPath": "/apps/tools/ruleorganizer/static/js/DataTables-master/extras/TableTools/media/swf/copy_csv_xls_pdf.swf",
"aButtons": [ "xls" ]},
"oColumnFilterWidgets": {"aiExclude": [0,1,8,9,10], "sSeparator": "\\s*,+\\s*"},
[/code]
Thanks
This discussion has been closed.
Replies
The column filtering widgets will, but I'm afraid I don't know much about that, that's a third party plug-in.
Allan
Thanks, yes I meant the column filter widget. I'll poke around in the code perhaps?
Thanks