Dynamically generate fields

Hello, I would like to generate dynamically tournament brackets in JMIX.
If the backend part is hard but I can figure out, the frontend part looks unfeasible!
I should start from X initial brackets and create a layout that while registering match winners dynamically generates the next X/2 bracket.
I’ve seen something like this so far Displaying Dynamic Attributes :: Jmix Documentation but I have no idea how to generate and decrease those brackets in frontend.

Maybe find a ready-made JS library for generating brackets and wrap in the Generic JavaScriptComponent?

1 Like