rdkcentral / Lightning-UI-Components

Lightning UI Components

Home Page:https://rdkcentral.github.io/Lightning-UI-Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass data to a child components

kirandcunha opened this issue · comments

I have a column component where each item is a row. Data is received in column component, I need to send it to the row components and force them to render the new data. I am unable to find a way to achieve this. I need help on how to proceed here.