1.1 force-app.zip
1. Recap and understanding the draftValues attribute of lightning datatable
2. Update draftValues array in parent LWC with draftValues coming from datatable
3.1 Salesforce Official Documentation referred at 300.html
3. Create a custom datatable celltemplate for our lightning datatable
4. Create a new LWC component and use it as our custom datatable cell
5. Notify the parent LWC when an event occurred in our custom datatable cell
6.1 Lightning Design System Icons Library.html
6. Define readOnly section for our custom lightning datatable cell
7. Fix CSS for our custom cell in order to have consistent UI for inline editing
8. Implement lwcif and lwcelse instead of iftrueiffalse
9. Note.html