New here so I apologize ahead of time if the answer already exists somewhere. I’m doing some UI design and I’m trying to determine if I can structure the UI with tabbed views that can be added, based on user actions, and then deleted by the user. I assume I can add the tab dynamically using the jqx tab widget. The real question is whether those tabs can be removed via the UI by the user. Similar to the way a tabbed browser works. When I hover over a tab an ‘x’ appears that allows me to close that tab.
Thanks for any help.