How can I put data from a column in a selected row (using checkbox) into a textarea?
How can I put data from a column in a selected row (using checkbox) into a textarea?
For example, I have a list of responses or portions of responses in a dataTable (preferably in a modal) and as the user clicks on the row, a textarea is populated with data from one of the columns in that row. If the user selects multiple rows then the additional data is appended.
This question has an accepted answers - jump to answer
Answers
This example shows how to get data from the clicked row. If you are using the Select extension then see this example of getting the selected row data.
Kevin
Thanks so much Kevin! I think I’ll try both and which i prefer!