- I have a table for stores
- I want to create a UI project, where all the stores mentioned in the table have a tab
- Tab will have store details of the respective stores
Best answer by Anne Buit
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.
View original
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.