Skip to main content
10-Marble
June 21, 2020
Solved

dynamic Binding of ChildMashup in collection widget

  • June 21, 2020
  • 2 replies
  • 1134 views

Hi All,

Is it possible to provide multiple child Mashup to collection widget per row. 

Currently I have written a service which returns some columns along with last column name as "MashupName". 

If I provide specific Mashup Name to collection it repeats all rows perfectly. But I need to change Base mashup as per row data. Kindly suggest me, how I can achieve this.

 

Regards,

Siddharth Srivastava

 

Best answer by zyuan1

Hi, for your request, you can set the base mashup for Collection widget like this:

A mashup with only 1 widget: Contained Mashup.

 

Thus you'll have a series of Contained Mashup based on your rows of input, and they can present multiple child mashups upon your selection. 

2 replies

zyuan15-Regular MemberAnswer
5-Regular Member
June 22, 2020

Hi, for your request, you can set the base mashup for Collection widget like this:

A mashup with only 1 widget: Contained Mashup.

 

Thus you'll have a series of Contained Mashup based on your rows of input, and they can present multiple child mashups upon your selection. 

15-Moonstone
June 22, 2020

Hi,

 

Mashup name on the collection can be dynamic, that means you can changes the row columns or look and feel accordingly, only issue which you will face with the data being passed to the child mashup which is being repeated because in 8.3.3 we don't have option to accept mashup properties binding.

 

Regards
Shyam