Skip to main content

  1. I have a table for stores
  2. I want to create a UI project, where all the stores mentioned in the table have a tab
  3. Tab will have store details of the respective stores

Are we talking about a fixed amount of stores or should it work completely dynamic?
Hi @Erik Brink,



It will be completely dynamic as new stores will be added or deleted from the existing database
There is currently no elegant way to support this exact design. The detail tabs must be known in advance and cannot be created based on data. Feel free to submit a suggestion in the ideas section.



These scenarios are most often implemented using a screen type with a list and a detail. The list can be used to select a store and the detail provides the information of the selected store.




Reply