Quantcast
Channel: SCN : All Content - SAPUI5 Developer Center
Viewing all articles
Browse latest Browse all 6178

sap.m.IconTabBar/IconTabFilter binding of items

$
0
0

Hi,

 

I tried to display Icontab filters in IconTabBar dynamically from Odata as per key and text combination with filter values as inputs.Please verify and share your suggetions to bind/set filters to the IconTabBar.

 

Below pseudo code I used

 

XML View :

 

<IconTabBar id="idIconTabBar" class="iconTabBarPaddingTop" select="chgCatgTabSelect"

  expand="">

  <items><IconTabFilter key="{ZCatg" text="{ZText}">

  </IconTabFilter></items> <!-- sap.m.IconTab -->

  <content></content> <!-- sap.ui.core.Control --></IconTabBar>

 

Controller :

 

Note : supplier and suCatg data able to read succesfully but not items in IconTabBar.

 

  filters = [ new sap.ui.model.Filter("Znr", sap.ui.model.FilterOperator.EQ, supplier),

  new sap.ui.model.Filter("ZsuCatg", sap.ui.model.FilterOperator.EQ, suCatg) ];

 

Please let me know what should be syntax to pass above filter values and bind it to IconTab Filter items

  this.getView().byId("idIconTabBar").getBinding("items").filter(filters); 

 

Regards,

Koti Reddy


Viewing all articles
Browse latest Browse all 6178

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>