function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
cvbcvb 

Hi kindly help this requirement

  • Create a visual force page that resembles an Excel sheet.
  • By default the page should have 10 rows and 3 columns ( Employee PS #, Name, Email Address )
  • It should have dynamic capability to add / remove rows using javascript/Jquery
  • The VF page should have a button to Save data.  The save button should be enabled only when edits are done on the VF page.  Whenever there are any changes on the page it should have a message on top of the page stating “There are unsaved changes”.
  • On click of save store the data in a custom object (Employee) in the back end.
  • Only Save button should call the controller and all the remaining should be handled in the VF Page.
MagulanDuraipandianMagulanDuraipandian

http://infallibletechie.blogspot.in/2012/06/dynamically-adding-rows-in-apex.html

 

Check this...

 

Regards,

Magulan D

Salesforce.com certified Force.com Developer.

SFDC Blog

SFDC Site

If this post is your solution, kindly mark this as the solution and give Kudos.

Sunny670Sunny670
By using <apex:repeat> you can add rows dynamically in your page.
And also using rendering condition you can enable the edit functionality in vf page.
cvbcvb

hey Magu pl stell clearly this url not working my office.