How to get row.data when clicking on button inside row

How to get row.data when clicking on button inside row

jigar311982jigar311982 Posts: 70Questions: 31Answers: 0

Hello,
I can get data when click on row using ( table.row( this ).data() ), but i have one columns having button to view row data, i get row data then get id and then pass this id to server to pull information related to this id and view in small popup window,
I dont want to do this by clicking on row but want to do by clicking on button in one column,
How to do that?

Thanks,

Answers

This discussion has been closed.