EP-12 | Pass Data from Parent to Child Component in LWC | LWC Stack ☁️⚡️

preview_player
Показать описание
LWC Stack is Lightning Web Component tutorial series by Salesforce MVP Kapil Batra. In this series you will find LWC tutorials from beginner to intermediate level.
So if you are working on it or planning to learn LWC then this video series is for you. Let's learn and grow together !

In this video you will learn how you can Pass data from Parent to Child in Lightning Web Component.

#ParentChild #Data #LWCStack

Рекомендации по теме
Комментарии
Автор

such fantastic explanation, thank you very much, i'm still newby on LWC, but on my way to learn more and more.

philipphahmann
Автор

I'm newbie to lwc and I have a requirement in lwc. Below is my requirement:  
 
I have a custom object - quality feedback. 
I have some custom fields in this object - ticket number, Status(picklist-open and closed), date submitted, date updated, complaint, detail(compalint and detail are dependent picklist)
I have created an app page which is having tabset-all tickets, open tickets, closed tickets(created using lwc) 
So depending on the status field, the record should sent to that particular tab and show the list of records like a table i.e when I select open in status, that record should be sent to open ticket tab likewise when I select closed in status, that record should be sent to closed ticket tab

Please help me with my requirement

sindhukakaraparthi
Автор

Hi, I have a question that I am not able to solve. I want to take a user input in a parent Aura component and pass it to a child lwc component. Please guide me on how to do that.

Justanaccount