Hi all,
After deleting any rows/row in the WebDynpro table it is showing one blank row showing the presence of row there already. This blank row is appearing when we add new row next time. I don't want to appear this blank line after deleting the row. I Used
wdContext.nodename().removeElement();
removeElement() to delete the row.
Is there any other possibilities to avoid this.
Plz let me know.