I am in the situation where our application needs multiple tabs each working independent of the others. The main menu should open a new tab and display its contents, for example a list of customers User should be able to click another menu item on the main menu like suppliers, this should be opened in again a new tab Ideally editing or adding a new customer should also open a new tab The above UX will work as a 'real' application where user will be able to open multiple customers and switch between them. Is this possible ?
↧