cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 sap.m.table with IconTabBar as cell not being rendered on Fiori

Former Member
0 Kudos

Hello,

I've put IconTabBar control into cell of sap.m.table, displaying icons presenting record's status. It works as desired on my local Tomcat server. Unfortunately when deployed to Fiori server - IconTabBar is not being rendered. Whole row seems to have to little height, but when I examine structure of the page it seems, like there is no control at all. Any ideas? Is that just the way the Fiori server works, or some workaround is possible?

I'll appreciate any suggestions,

BR,

Maciej

Accepted Solutions (0)

Answers (2)

Answers (2)

architectSAP
Active Contributor
0 Kudos

Hello Maciej,

As Mahesh points out, there might be a mismatch in SAPUI5 versions betweeen your local Tomcat server and your Fiori (Front-end?) server.

Please use key stroke combination Shift-Ctrl-Alt-P in your Fiori app or your Fiori Launchpad to compare your respective SAPUI5 versions:

Best regards

Frank

maheshpalavalli
Active Contributor
0 Kudos

There might be an issue with the sap ui5 version in the app that is running the tomcat server and the ui5 version in sap server, which can be a cause.

Also, rather than using the icon tab bar, you can simply place a Flexbox or HBox and put icons in it.

Best Regards,