keiyia, I want to clarify whether the textarea contains text other than the selected row detail.
If no, then to replace the textarea text with the current selection row detail instead of appending, on each selection of row replace the text with new selection details.
textarea.setText(selected row detail);