how to get row value by index
Use row().data() specifying the index using row-selector. If this doesn't help please provide more details of what you have and and what row value you want to get.
row().data()
row-selector
Kevin
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Use
row().data()
specifying the index usingrow-selector
. If this doesn't help please provide more details of what you have and and what row value you want to get.Kevin