Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • What's checkAllRev(), and where should the button be? Commented Apr 1, 2013 at 10:38
  • plz ignore checkAllRev(). ADD button can be at the botton of the table (outside table) Commented Apr 1, 2013 at 10:43
  • So what exactly are you trying to add to the table? Please take the time to be explicit in your questions, it works out faster for everyone in the end. (My apologies if it feels like I'm hassling you, but so far I have little idea what it is that you want, other than adding rows dynamically; which doesn't explain enough about your request.) Commented Apr 1, 2013 at 10:45
  • given code already containing three rows and I want to add as many rows as I want by clicking add another row button (say ADD button only). Currently if you click on any row text you will get that row to be edited. So I have got the functionality for the edit but not for the new add row in the table. Commented Apr 1, 2013 at 10:50
  • So you just want to add an empty row of cells? Commented Apr 1, 2013 at 11:26