Is there any way to load tab specific data on click on the related tab?
Example: have a page to see AD user information with 2 tabs:
-overview (general properties displayed - SamAccountName, DisplayName, …)
-group memberships (UDGrid of all groups the user is member of)
But the “group memberships” data should only be queried if the tab gets clicked, not each time the page gets visited.
adam
December 17, 2019, 5:45pm
2
Tabs currently don’t support endpoints. Shouldn’t be too hard to add but you should file an issue. We could make them appear when you click as you say.
2 Likes
ironmansoftware:master
← ironmansoftware:1169
opened 11:00AM - 06 Jan 20 UTC
This should give you what you want .
2 Likes
How can i use the tabs that you recreated?
Which version is required to use the new tabs, the version im using is 2.53 and doesnt allow for the updates you added