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

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

Salesforce Bolt

3 года назад

6,924 Просмотров

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

Blog Post : https://www.salesforcebolt.com/2021/06/pass-data-from-parent-to-child-lwc.html

Website : https://www.salesforcebolt.com​​

LinkedIn : https://www.linkedin.com/company/SalesforceBolt

Twitter : https://twitter.com/SalesforceBolt​​

Facebook : https://www.facebook.com/IAmSalesforceBolt

Тэги:

#Pass_data_from_Parent_to_Child_component_in_LWC #Lightning_Web_Component #LWC_Training #Learn_Lightning_Web_Component #Learn_Salesforce #Learn_LWC #Salesforce #Salesforce_Developer #Salesforce_Development #Salesforce_Videos #Lightning_Component #Visualforce_Page #Apex #SOQL #LWC #Kapil_Batra #Salesforce_Trainer
Ссылки и html тэги не поддерживаются


Комментарии:

Philipp Hahmann
Philipp Hahmann - 01.03.2023 23:09

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

Ответить
Amit Mishra
Amit Mishra - 23.08.2022 13:48

Explanation was very bad.

Ответить
Just an account
Just an account - 13.07.2022 08:08

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.

Ответить
sindhu kakaraparthi
sindhu kakaraparthi - 20.11.2021 21:06

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

Ответить