The Custom Widget is a high-priority item on our roadmap for nGD. We are currently focused on designing and implementing Custom Objects in NGRX. Once that work is complete, we plan to begin implementing the Custom Widget.
We are targeting its release in late Q2—early Q3 2025. Once we close at the end of Q1, we should be able to provide an update on the schedule during one of our Product roadmap sessions.
Comments
3 comments
Hi Tuan,
The Custom Widget is a high-priority item on our roadmap for nGD. We are currently focused on designing and implementing Custom Objects in NGRX. Once that work is complete, we plan to begin implementing the Custom Widget.
We are targeting its release in late Q2—early Q3 2025. Once we close at the end of Q1, we should be able to provide an update on the schedule during one of our Product roadmap sessions.
Thanks,
Originally posted on February 3, 2025.
Hi , Is Custom widgets working in new Dashboard.? I was trying to implement simple HTML design for landing page. but is not even working.
Sample code:
<html>
<body>
<table>
<tr><td>review</td></tr>
</table>
</body>
</html>
Hi Folks,
I also tried to create simple button in NGRX using broadhead library but it did not work out for me.
Please let me know what could be the issue with my code.
*********************************** SAMPLE CODE *******************************************************
<!-- Declare Broadhead usage -->
<meta name="Broadhead" content="v1" />
<!-- Use Broadhead button classes -->
<div class="bh-container">
<button id="runFeedBtn" class="bh-btn bh-btn-primary">
Fetch Vendor Details
</button>
</div>
Thanks
Please sign in to leave a comment.