Output parameter from table subView

Hello,

I’m trying to pass parameter from a column subview to the table (The component in the subview is a dropDown and i want to get the dropdown’s selected value).
Does anybody knows a way to achieve this ?

Thanx ! :slight_smile:

Use a system.perspective.sendMessage() in a changeEvent on the selected value of the dropDown and a message handler on the table.

1 Like

Thanx it works ! :blush: