Hi! I have a TabSet that opens tabs dynamically (with canClose: true).. Problem that I am facing is, when a user opens multiple tabs that have same components drawn, their IDs collide.
However, I went through a thread which suggests to use destroy().. But since I want to allow my user to switch over the tabs, I can not use destroy(), as it will remove the components of the previous tabs.
Please suggest how can this be managed?
However, I went through a thread which suggests to use destroy().. But since I want to allow my user to switch over the tabs, I can not use destroy(), as it will remove the components of the previous tabs.
Please suggest how can this be managed?