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
Pratap ZacariaPratap Zacaria 

Visualforce- How can you make a column headers editable for a table

Is it possible to make a table column headers editable. Currently the table is using label as the column headers. This now needs to be editable which will be then stored to field in the object. Any help?
v varaprasadv varaprasad
Hi Pratap,

We cannot edit column headers instead of that use custom labels in Salesforce.
whenever you change labels that data will update automatically in the header.

http://www.infallibletechie.com/2012/11/how-to-use-custom-labels-in-visualforce.html


Hope this helps you.

Thanks
Varaprasad
Pratap ZacariaPratap Zacaria
Thanks Varaprasad. Well, I was not very clear with my requirement. The table column headers  can be edited by the representative for each account. So the column headers to an account will not be the same for a different account. Can this be achieved ?. Any help please.