Use case:
1. User selects a row in the table.
2. A variable (say, acctnum) is assigned the value of the data in first column in this row.
3. Submit button is clicked on the form and variable is passed to the server for processing.
What would I do to have DataTables assign the value to the variable before the Submit button is pressed. How would the code look?
Thanks in advance for your help. Still somewhat new to coding!