i m getting data from Api call and setting in this table along this I am also setting value in dropdown but everything not going perfectly things i want to add or update
1. how to replace not initialized with some value like select value or something from dropdown values
2. possible to remove this pencil or edit icon and show something like in the last row dropdown icon
overall i want to improve representation of this dropdown
Hi Chirangee,
The 'Not Initialized' occurs when you do not specify any value for a given parameter or a cell in a table in your case.
Given that the rest of your table is entirely built of retrieved columns I believe you are filling in the data from within a QAction and you should be able to populate those remaining cells from the same QAction.
Regarding your second question, the pencil icon cannot be removed if you want to be able to write to that parameter, it is an indication that a given parameter is read-write and not just read-only.
With a dropdown defined with dependencyId I am not aware of any way of having a Value and a Display Value, you are limited to having those be the same.
If you need to have distinct values and display values then your option is to use a fixed dropdown by defining discreets https://docs.dataminer.services/develop/schemadoc/Protocol/Protocol.Params.Param.Measurement.Discreets.html
HI joao,
Thanks for reply, In normal dropdown we have option to set display values and values respectively what if here also I need to set values for respective display values( which i am getting through api’s )