You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's not possible, due to the fact that the tab strip is built based on the metadata of the tabs (text/additional text, etc...) automatically, and the tabs themselves are only slotted underneath the strip.
There are several reasons:
The tabs have different presentation, based on the TabContainer's properties (TabLayout)
There is an overflow menu to the right when the space is too little, and in this menu the tab has a yet different representation.
yes, we should flow the Open Closed Principle here in In my opinion. The TabContainer's data should be extendible and The Tab View should be polymorphism. We define the BaseData Structure which can support current logic,and can also can extend the Base Data Structure in TabContainer that can support the customization right?
yes, it's hard for us, or we need rewrite the all TabContainer's logics.
hi,
we need to add a custom tab(not the ui5-wc standard) for business requirement.
so, is there any possibility to open the slot for business customization?
The text was updated successfully, but these errors were encountered: