Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to disable rows in a table

3708790Sep 2 2019 — edited Sep 2 2019

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

pastedImage_1.png

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

pastedImage_1.png

In Js:

pastedImage_10.png

Please suggest the solution.

Thanks in advance

Comments
Post Details
Added on Sep 2 2019
0 comments
371 views