I am developing an app using worklist template of webide. I got stuck in with an issue in binding filter values to items attribute of sap.m.table along with oData - entityset path. As you can see in below screen shot, value1 needs to get value of property "name". I guess the syntax that I am using might be wrong.
Please suggest on how to pass dynamic values to filter .
Thanks, Srini
With the above code in XML view I am seeing below show values in back end.
The problem is that binding for filters and sorter in an aggregation binding is not supported by UI5: http://stackoverflow.com/a/41782480/5846045
I implemented your suggestion with the help of your example code. If worked fine.
Hi Srinivasa Amara,
Can you please show the binding what you are attaching to table and object header .. There might be some problem in your binding. I think it should have two models. Can you just show show you are attaching the models to the controls and your controller code? Even show the data you are sending.
thanks
Viplove