two custom commands not working
-
I want to issue two different custom commands:
"oColumnFilterWidgets": {"aiExclude": [ 0,1,2,3 ] }
and
"oColumnFilterWidgets": { "sSeparator": ","}
And each work on their own, but when I try to combine the two, only the second command works, or nothing works, depending on how I format it.
I see that others have had this same problem, but I can’t figure out from the solutions how to properly format itI’ve tried these combinations:
"oColumnFilterWidgets": {"aiExclude": [ 0,1,2,3 ] }, "oColumnFilterWidgets": { "sSeparator": ","}
and
"oColumnFilterWidgets": [{"aiExclude": [ 0,1,2,3 ] } , { "sSeparator": ","}]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘two custom commands not working’ is closed to new replies.