Need help on getting the data of the row clicked for in the open event of the editor....
ex:
this.editor.on('open', function (e, mode, action) { ****get the row data here
This question has an accepted answers - jump to answer
table.row( editor.modifier() ).data();
should do it. modifier() and row().data() are the relevant bits of documentation.
modifier()
row().data()
Allan
thank you . i m gonna try it
thanks allan....
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
should do it.
modifier()
androw().data()
are the relevant bits of documentation.Allan
thank you . i m gonna try it
thanks allan....