Solved

Can I create tabs in UI for different stores from store table?

  • 19 September 2019
  • 3 replies
  • 93 views

Userlevel 1
Badge +2
  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

icon

Best answer by Anne Buit 20 September 2019, 08:31

View original

3 replies

Userlevel 5
Badge +5
Are we talking about a fixed amount of stores or should it work completely dynamic?
Userlevel 1
Badge +2
Hi @Erik Brink,

It will be completely dynamic as new stores will be added or deleted from the existing database
Userlevel 7
Badge +5
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