Dynamically update cell based on value of another cell in row

Dynamically update cell based on value of another cell in row

apdaysapdays Posts: 1Questions: 1Answers: 0

Hi,

I have JSON data for a list of groups returned via AJAX and populating a simple table. One of the fields returned contains the group name. I'd like to display the group members in the next column but to retrieve this information I need to make another call to the application to get the group member details based on the group name. Just looking for some advice on how best to achieve this,

thanks

This discussion has been closed.