How to dynamically change column values?
How to dynamically change column values?
Hi everyone,
Consider my service returns following data:
John, 12345, Supervisor Mapping, 25, 0, 2
John, 12345, Comp Balance, 100, 1, 26
John, 12345, Authorization, 85, 9 ,81
Mark, 4578, Supervisor Mapping, 96, 35, 6
Mark, 4578, Comp Balance, 71, 2, 34
Mark, 4578, Authorization, 89, 66, 7
I want to have a table which has only 2 rows:
John, 12345
Mark, 4578
The third column should be a dropdown containing 3 options: Supervisor Mapping, Comp Balance, Authorization
And my last three columns should be updated based on option which I choose from the dropdown.
How Should I do this?
Answers
Please don't post duplicate questions. I provided a simple example in your other post.
Kevin