Dynamically create ADP and ADP type based on the configuration data
Summary:
Hello Experts,
I have a requirement as below,
- Call REST API to show the list of values of the configurations - DONE
- Add value change listener to the lov (combo-box), and call another REST API to get the configuration data which provides the list of columns and their corresponding data types - date, string, number, etc. And show them in the oj-table - DONE
- Now, not sure on how to add the ADP variable and also the ADP variable's type to the oj-table dynamically - BECAUSE - the number of columns and their column data types keep on changing based on the configuration user selects from the LOV (from REST API response based on the configuration selected)
0