In our Last post we checked how we can fetch data from Apex in Lightning Web Components (LWC). In this post how we can pass data between components using events in Lightning Web Component. In Lightning We have two way binding, in which if value of attribute is changed in child component then that is…
Tag: LWC DataTable
Call Apex Method From Lightning Web Components
Today we will check How we can call Apex Method from Lightning Web Components controller. When we start learning any new programming language or framework, the First questions comes is How we can get data from server. In my other post I have already cover this topic but I think I should write a dedicate…
Lightning Web Components: Datatable with Lazy loading, Inline Edit and Dynamic Row Action
Today we will create a Lightning Web Components Datatable component that supports Inline Edit, Lazy Loading, Dynamic Row Actions, and Multiple selections using the checkbox. We will also use the Event to pass data between Lightning Web Component ( LWC ) and Lightning Component. If you are following the Salesforce ecosystem, and you are a…