sapui5 - UI5 Generic Tile with filter functionality -


i have generic tiles in ui5 app. requirement implement functionality of icon tab bar - filter (https://sapui5.hana.ondemand.com/explored.html#/sample/sap.m.sample.icontabbar/preview) these tiles. have separate tile each status , on clicking should display list in table depending on clicked status eg: 'completed tickets'. table , tiles in different views. if possible please provide suggestions how can accomplished.

thanks, srinivasan

you follow example of icontabbar literally, , swap icons tiles.

when press icon in icontabbar in example, logic connected icon add filter binding of table. should same: logic connected tiles, should change filter of table binding. every tile result in different filter binding. that, see table filtered based on tiles clicked.

with table being in different view tiles, may want use router communicate between 2 views. e.g. have tile 1 navigate /yourapp/#/stuff/filterbysomething , tile 2 navigate /yourapp/#/stuff/filterbysomethingelse. in view containing table, should pick filter info , add filter table binding accordingly. more info on how works can found in step 31 of sapui5 walkthough.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -