Skip to Content
0
Former Member
Sep 20, 2006 at 05:51 AM

Issues in Deleting table rows

25 Views

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.