How can i add one more custom element to leftgroup of header
new instance.UI.Components.GroupedItems
after document loaded.
How can i add one more custom element to leftgroup of header
new instance.UI.Components.GroupedItems
after document loaded.
Hello, I’m AiRon, an automated tech support bot ![]()
While you wait for one of our customer support representatives, I can help you with your question.
UI.importModularComponents API to load your configuration that includes your custom element.UI.update method to refresh the UI with the new configuration after the document is loaded.Hopefully, this helps you solve your problem while you wait for a human to get back to you.
Hello @prachi.ve,
Thank you for posting on our forum.
Please see here for our recommended guide for adding elements to GroupedItems containers: https://docs.apryse.com/web/guides/modular-ui/containers#setitems
The above guide also includes a sample code snippet for inserting an element into the GroupedItems container. For code snippets regarding creating custom elements, see our guide here: https://docs.apryse.com/web/guides/modular-ui/items#custom-elements
Let us know if this works for you!
Best Regards,
Jacob Romano Carlsen
Web Development Support Engineer
Apryse Software Inc.
Thanks its working i am able to append element conditionally now.