sapui5 - How to add multiple lines in tab strip of sap UI5? -


I am trying to add a new or second line in the tab-strip once the space ends in the first line , Then I want another line to display the tabs. Can I get a sample code? Note: Dynamically generated on the click of a tab's button.

sap.m.IconTabBar supports only one single line using IconTabBarFilters and horizontal scrolls , When they do not have room to display them all in one line

To achieve your goal you need to define several icon tables and set the number of IconTabBarFilters in each line. Once the taber is "complete", the next icon Add the Tankfiltter icon to the next line in the tab (and make it visible)


Comments