I have created dynamic drop-down using below code. but how to bind drop-down using http API json response also on-change of dropdown need to update table data based on the Id/name value
<Param id="401" trending="false">
<Name>DynamicDependencyLinkSpeed</Name>
<Description>Link Speed</Description>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<Type>string</Type>
<LengthType>next param</LengthType>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>DisplayManufacturers</Page>
<Column>0</Column>
<Row>2</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
<Param id="402" setter="true">
<Name>DynamicDependencyLinkSpeed</Name>
<Description>Link Speed</Description>
<Type>write</Type>
<Interprete>
<RawType>other</RawType>
<Type>string</Type>
<LengthType>next param</LengthType>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type>discreet</Type>
<Discreets dependencyId="403" />
</Measurement>
</Param>
<Param id="403" trending="false">
<Name>DynamicDependencyValuesLinkSpeed</Name>
<Description>Dynamic Dependency Values Link Speed</Description>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<Type>string</Type>
<LengthType>next param</LengthType>
<DefaultValue>10 Bt Half Duplex;10 Bt Full Duplex;100 Bt Half Duplex;100 Bt Full Duplex</DefaultValue>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>