Description of the limitation and why it is relevant to address
As a Developer/User, I want to quickly switch between different child tables using a dropdown menu, so that I can navigate the UI more efficiently and easily access the tables I need.
I think this is relevant for the VIKTOR platform because this would enhance the user experience by replacing horizontal scrolling with a more intuitive dropdown. This change can reduce clutter and streamline navigation by providing a smoother workflow.
Users would be presented with a dropdown listing all available child entities, allowing them to select a table from that list. Thus, this would make show_children_as = 'Table' a much more attractive option for large sets of EntityType (think 10+ or 20+ EntityTypes, and lists with 20+ to 100+ entities).
Current workarounds
The available choices as of now are in the documentation:
After testing it first hand, I have to say it’s a very interesting alternative and I will bring it up to our team.
One more thing is that some of our users prefer show_children_as = 'Cards' and some of our users prefer show_children_as = 'Table'.
It seemed to me that your recommendation would be an incredible opportunity to open the parent entity to see a Table and browse the parent entity to see Cards such as:
It’s both a question and/or a feedback as I was not able to enable both browsing and opening an entity at the same time.