Any option for inline edit and multiple row deletion in datatables .

Any option for inline edit and multiple row deletion in datatables .

yadav46kyadav46k Posts: 6Questions: 2Answers: 0

In editor i had seen this but in datatable is there any implementation for this where i can refer to .

Answers

  • colincolin Posts: 15,176Questions: 1Answers: 2,589

    Hi @yadav46k ,

    For multirow deletion, it would be trivial to change this example here to use rows(), instead or row(). You could also use the Select extension for the selection.

    You can use cell().data() to change a cells value, but for inline editing, that's the domain of Editor.

    Cheers,

    Colin

This discussion has been closed.