Hello,
I need to be able to copy one row and paste as a new row.
When I copy one row content of a table and want to paste only text of selected row to the other row, it copied text with table row.
So it copied as :
<td>
<table><tr><td> Text </td></tr></table>
</td>
I want to paste only contents instead of entire table row.
Regards,
Nandita