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?

SkrockiSkrocki Posts: 21Questions: 9Answers: 0

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

  • kthorngrenkthorngren Posts: 20,276Questions: 26Answers: 4,765
    Answer ✓

    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

  • SkrockiSkrocki Posts: 21Questions: 9Answers: 0

    Thanks so much Kevin! I think I’ll try both and which i prefer!

Sign In or Register to comment.