Tree Like structure for user display and on expanding tree, should be able to make api calls. Any widget?

0
Hi All, We are trying to display username lists and the user should be able to select multiple users. Now, if the number of users is more than hundred, we get only initials from the server. Now we should use these initials to make further api calls to get actual user names from server. So basically this fits in a tree structure. On expanding the tree, we should make further calls to get more data and display in tree. Any suggestion?    
asked
1 answers
1

hi,

You can try the bootstrap tree view wiedget - https://appstore.home.mendix.com/link/app/1356/

It has all the standard things you would expect and it supports lazy loading so you can fetch more data on expand.

-Andrej

answered