Add Tabs Dynamically
I want to create tabs dynamically. Basically when I click on a button a new tab is added with the same template as what was set. The tabs will represent objects and they will contain information about the object. Is this possible?
From the research I did it's only possible to hide the tabs making them appear with an event. But that would mean I know at the begin the total number of tabs, thing I don't know. This solution it will not work.

