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
Lakshmi SLakshmi S 

Lightning Web Component - Record View Form - How to display Inline edit for each field?

Hi Team,

Lightning Web Component - Record View Form - How to display Inline edit for each field?

User-added image

Please advise how to customize like standard view with 3 columns.

Thanks
Lakshmi
ShivankurShivankur (Salesforce Developers) 
Hi Lakshmi,

You can utilize lightning-record-edit-form component to achieve this requirement.

Reference:
https://developer.salesforce.com/docs/component-library/bundle/lightning-record-edit-form

Hope above information helps. Please mark as Best Answer so that it can help others in the future.

Thanks.
Lakshmi SLakshmi S
Hi Shivankur,

Thanks for your reply, I want to display inline edit in <lightning-record-view-form>, please let me know if you have any documentation.
mukesh guptamukesh gupta
Hi Lakshmi,

Please reffer below url as per your requirment

https://www.forcetalks.com/blog/inline-edit-support-in-custom-component-in-salesforce-lightning/

 if you need any assistanse, Please let me know!!

 Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh
Lakshmi SLakshmi S
Hi Mukesh,

Thanks for your reply, It's not useful for me. I want to implement this in LWC record detail page.