How to use other data in render function ?
How to use other data in render function ?
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
This discussion has been closed.
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