Update state of JsonForms / open categories with external buttons

Hello,

I have actions panel with different buttons in my Project. JsonForms has different categories(as tabs) in the Project. I want to open the needed category from the actions panel button using appropriate path.
@sdirix what should I update to open the appropriate category(tab) by clicking of button? and how?

Example schematically:

Best regards,
Andrey

Hi @AndreyWirz,

Our default tab renderers can’t be externally controlled. However this can be easily implemented with a custom renderer.

Depending on how the tabs were rendered in your case you either would need to implement a custom group renderer or a oneOf/anyOf renderer.