How can you capture the data of the selected row in an input type datatable?

How can you capture the data of the selected row in an input type datatable?

cmezacmeza Posts: 4Questions: 1Answers: 0

I only found this reference: https://datatables.net/forums/discussion/67738/editor-datatable-field-type-events-need-help-on-how-to-address-the-field

editor.field('users.site').dt().on('select', function () {
   var data = ???????
} );

Thank's

Answers

Sign In or Register to comment.