Hi All,
There are input fields inside my editable datatable. If I paste text containing Carriage Return character(‘\r’) inside these input fields, the text after carriage return moves to the next row in the datatable.
However, I want to process the user input as soon as it is pasted to remove the line break character. So, that it becomes a single comment and does not move to the next row.