Get Cell Values
Get Cell Values

Just upgraded to 1.10. How do you get a cell value on row click? Let's say the cell I want is column 5.
This question has an accepted answers - jump to answer
This discussion has been closed.
Just upgraded to 1.10. How do you get a cell value on row click? Let's say the cell I want is column 5.
This question has an accepted answers - jump to answer
Answers
Use
cell().data()
:Allan
Perfect. Thanks Allan.