API call in data grid aggregation

Hi Team,

I want to query elasticsearch & make a async api call to external API and show the grid based on the value from the api.

for eg:
query from ES returns:
[
{id: 1, department: IT, name: xxx, subject: ENG, score: 0},
{id: 1, department: IT, name: xxx, subject: ENG, score: 0},
{id: 1, department: IT, name: xxx, subject: ENG, score: 0}
]
I have to make a API call to each individual item and get the score and display it in a grid

here there will be 3 grids, which will be colored based on the score and we need to show the department & score in the label.

Any help would be appreciated.

I think it would be easier for someone to help you, if you rephrased your post in form of a question. At the moment, you are describing an interesting project, but it is not quite clear what exactly you want our help with.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.