I would like to use PHPMailer to send an email on datatable edit event.
When a column value is altered I would like to collect a number of associated row values and pass them via ajax to a php page which will then use PHPMailer to send the email.
What is an example of collecting row data in order to use them in an ajax function?