Hello APEXPERTS,
I am on APEX 18.1.
I have one issue with IG. I have a select list column and I want a Custom Select List on each row based on the value of another column.
For Example:
Row 1: Column 1 Value = A then Column 2 LOV must have values 'A','B','C'
Row 2: Column 1 Value = E then Column 2 LOV must have values 'E','F','G'
I tried to implement the solution using the below Blogspot but I didn't get the solution. The LOV column value shows internal ID instead of actual display value. When I click on the LOV column I get to see the Actual display values in the select list.
https://jeffkemponoracle.com/2018/02/interactive-grid-custom-select-list-on-each-row/
Please let me know any alternate solution for this.