Hi, I have multiple different components in my component library and to minimize configuration when creating a new app, I want to able to change another components parameter (boolean value) through other component.
Let me try to explain what I currently have:
- Gallery menu component of table data (X position toggle to make it visible).
- Side navigation component with multiple icons in it.
I wanna make gallery menu component visible when I click side navigation components icon, but haven't had any luck with it yet.
Without using component it works simply by creating icon in the app and adding UpdateContext({showMenu}) to its OnSelect field and inputting this variable to gallery menu component custom parameter field that changes the X position on boolean value.
How could I make it work by only using components?
Thanks!
User | Count |
---|---|
164 | |
90 | |
72 | |
64 | |
62 |
User | Count |
---|---|
210 | |
152 | |
97 | |
86 | |
66 |