function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vidya H 4Vidya H 4 

I'm new to aura component pls help me

I have 3 objects
Survey - parent object
Questions - child
Answers - child 
Relationship - lookup
I need to display survey name and total number of questions and total number of answers created under survey object.
I need to display in table

Example-. 
         Survey name.          Total Questions.     Total Answers.
1.      Email survey                 2.                              3.                     DeleteButton

DeleteButton is to delete that particular row
Please help me
AbhinavAbhinav (Salesforce Developers) 
Hi Vidya,

This is entirely implementation ask. I would suggest please give it a try if you face any issue do post that here so that community can help you better.

You can go through below trailhead module for basics:
https://trailhead.salesforce.com/content/learn/modules/lex_dev_lc_basics

Thanks!