Any option for inline edit and multiple row deletion in datatables .
Any option for inline edit and multiple row deletion in datatables .
yadav46k
Posts: 6Questions: 2Answers: 0
In editor i had seen this but in datatable is there any implementation for this where i can refer to .
This discussion has been closed.
Answers
Hi @yadav46k ,
For multirow deletion, it would be trivial to change this example here to use
rows()
, instead orrow()
. 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