• Resolved insightful

    (@insightful)


    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]

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Just combine them with a comma , 🙂

    Best wishes,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple Custom Commands?’ is closed to new replies.