SelectAll on JoinTables

SelectAll on JoinTables

marcosvbuzomarcosvbuzo Posts: 1Questions: 1Answers: 0
edited May 2019 in Free community support

Hi, I am taking a look at this example: https://editor.datatables.net/examples/advanced/joinArray.html

For permissions, it's possible to render various checkboxes using:

{
                "label": "Permissions:",
                "name": "permission[].id",
                "type": "checkbox"
            }

I am wondering if it is possible to add something like a "Select All" option here.

Thanks in advance.

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @marcosvbuzo ,

    This thread should help, it's asking how to put a button on the form - you could do this with the button then checking all the options.

    Cheers,

    Colin

This discussion has been closed.