You need to sign in to do that
Don't have an account?
sumit d
Creating a table in edit view in LWC
Hi All,
I want to create a simple data table on account to show its contacts in Edit view with Name and Checkbox field so that i can directly edit the checkbox and save the contacts from table itself.
I don't want to use data-table because we need to go to each record and edit it with inline editing, i want that all the checkboxes for the checkbox field is in edit view
How to achieve this?
Can anyone help with it?
I want to create a simple data table on account to show its contacts in Edit view with Name and Checkbox field so that i can directly edit the checkbox and save the contacts from table itself.
I don't want to use data-table because we need to go to each record and edit it with inline editing, i want that all the checkboxes for the checkbox field is in edit view
How to achieve this?
Can anyone help with it?
Refer the below link have solution for similar kind of ask and modify the code as per your need.
https://www.srinivas4sfdc.com/2019/12/how-to-select-and-update-multiple.html
If this information helps, Please mark it as best answer.
Thanks!!