Navigation link in a DataTable
Navigation link in a DataTable
rajarajananis
Posts: 29Questions: 0Answers: 0
Hi guys. Hope you are doing well.
can you please tell me how to do navigation link in a column and how to read the data from cell? And, based on the data I need to navigate the different pages
Thank you!!
Raja.S
Software Developer at Simpluris India
can you please tell me how to do navigation link in a column and how to read the data from cell? And, based on the data I need to navigate the different pages
Thank you!!
Raja.S
Software Developer at Simpluris India
This discussion has been closed.
Replies
I just fixed it myself.. If anyone wants to know please see my sample code
"mRender": function (data, type, full) {
return 'View';
}
Hope it helps.. :)