How to get from selected row the value of field in the editor?
How to get from selected row the value of field in the editor?
sandramyt
Posts: 1Questions: 1Answers: 0
Hi,
I'm new using datables and I'm having some trouble to get from the selected row the value of certain column.
What I have right now is:
table.row({ selected: true })
How can I get from there the value as a string of the first column?
Thanks in advance! :)
This discussion has been closed.
Answers
Two options:
Allan