Hi All,
In the below table if i select **LoadScaleType** as "**Percenatge**" From and To value should be disabled,If i select "**Standard"** From and To Value should be 1 and 1 , if it is "**Ratio"** From and To value should be 0 and 0.For every row it should be change based on the selection of load scale type

I have followed the below process.
with the below source code first row is getting changed.If i select the third row also first row is getting changed.
In HTML:
on-value-changed='[[$parent.myFunction]]' i have used this function

In Js:

Please suggest the solution.
Thanks in advance