Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
To enhance the user experience, just edit the userview, navigating to Settings → Theme tab → Advanced tab, find the "Custom JavaScript" property and paste in the code snippet below:
$(function() { setTimeout( function() { var yOffset = $("li.active").position().top; $("#sidebar").mCustomScrollbar("scrollTo", yOffset); }, 200); });