Multiple Custom Commands?
-
Hello. I would like to apply multiple Custom Commands to a single table.
I would like to both apply the command
“columnDefs”: [ { “type”: “date”, “targets”: [ 1 ] } ]
to set the second column’s format to mm/dd/yyyy date, and I would like to apply the command
“order”: [[ 1, ‘desc’ ]]
so that the table sorts by default to descending date order.Each of these commands work individually, but I cannot figure out how to apply them simultaneously. I have tried entering them into a text editor on sequential lines, but the line breaks do not transfer when I paste them into the “Custom Commands” field, and the table does not update properly.
The page I need help with: [log in to see the link]
- The topic ‘Multiple Custom Commands?’ is closed to new replies.