How to use other data in render function ?
How to use other data in render function ?
reiki
Posts: 46Questions: 11Answers: 0
I know that data
in render function is the data for that cell, but is there anyway to get other data on that row ?, i was gonna using row
on render but i cant find document on how to use it to get specific data on the row i want
This question has an accepted answers - jump to answer
Answers
See
columns.render
, the docs there have examples that show how to access the row's data.Colin
Thanks colin i understand now how