Adding labels to Tabletools

Adding labels to Tabletools

canopuscanopus Posts: 7Questions: 0Answers: 0
edited February 2013 in DataTables 1.9
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

Replies

  • allanallan Posts: 63,389Questions: 1Answers: 10,450 Site admin
    What `select` element that is added by TableTools? I don't think it adds one.

    The column filtering widgets will, but I'm afraid I don't know much about that, that's a third party plug-in.

    Allan
  • canopuscanopus Posts: 7Questions: 0Answers: 0
    Hey Allan,

    Thanks, yes I meant the column filter widget. I'll poke around in the code perhaps?

    Thanks
This discussion has been closed.