
Adding rows dynamically in pageblock table in Visualforce page.
Hi,
In this post i am going to give sample example of how to add a row dynamically in pageblock table and how to remove the row from pageblock table dynamically.
For this i am developed one Visualforce page, One Controller and One Helper class. Initially i am loading the page with one row then after once the user clicks on AddRow button it is going to add
one new row to that pagblock table. If you want to remove a particular row you can remove using Remove row link.
Visualforce Page:
<apex:page controller="AddMultipleAccountCLS">
<apex:form id="theForm">
<apex:pageblock...