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
Samuel JohnsonCBESamuel JohnsonCBE 

Table into Salesforce

I am wondering is there a way to create a table in a visualforce page and when you click it changes all of the values in the cell to a read only kind of what you find in any regular object layout, but then be able to click edit and it revert back to being able to edit the cells.  If so how would the code structure look for those.  Would i need to have the fields build on the object or could I just have some input field there to save the value.  Any thoughts