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?
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
Read the docs please:
https://datatables.net/reference/event/select