Dynamically populating Menu Tree from database table

Hello,

I’m trying to figure out the best way to dynamically populate Menu Tree component with the data from database. One way I can think of is to bind items prop to a named query and add script transform to format query output into json string. That seems to be rather complicated approach and I’d like to see if somebody has done something like that before and can share it?

Thank you,
Peter.

Perhaps this post will help you.

1 Like

This does help, thank you very much!