Skip to Content
0
May 12, 2016 at 01:09 PM

Design studio sdk data binding

37 Views

Hi,

As i am new with design studio sdk, finding difficulty in databinding.

I am developing a component for design studio and getting data from universe.

In SDK i want to get the data form universe.

the structure of table is ad below.

Claim Status Measure

I have claimin sdk and want to compare claim1 with claim so that i can get status and measure corresponding to the matched claim.

if(claim1==claim[i])

{

console.log(status[i]);

console.log(measure[i]);

}

I have go through design studio sdk developer guide and also tried with sample table example but not able to get any help.

currently trying with getter/setter function but not able to get data in component.js.

Need help to complete this requirement.

Thanks in advance.

Regards,
Vivek Kumar