cancel
Showing results for 
Search instead for 
Did you mean: 

Binding Rows of a Table with QuickViewPage in SAPUI5

0 Kudos

Hello All,

I am trying to get the value of Rows in the Quick View page while clicking a Button. Till now i am able to get the row values in an alert Box. However, I am not able to get the values of the rows in the QuickViewPage while clicking a button in the table.

1. UI of an App:

2. On Clicking View Details Button i am able to get the values in the row in an alert box

3. However i am unable to get the same values of alert box in the QuickViewPage

Below is the code snippet:

How shall i proceed in order to bind the row values to the QuickViewpage via button. Please suggest.

Thanks in Advance!

Regards,

Abhilasha Gupta

View Entire Topic
former_member233511
Participant
0 Kudos

Hi! Can you provide https://jsbin.com example of your case? That will be helpful.

0 Kudos

Hi Efim,

Scenario in jsbin - Binding Rows of table with quick view

former_member233511
Participant

Thank you for example! I don't understand why do you bind your pages aggregation of QuickView to "/pages1" path wich even does not exsists in the model. I corrected binding path for QuickViewGroup elements to display them relative to context properties. And button press now switch context path of the quick view.

https://jsbin.com/guwekenuxu/edit?html,output