-
Goal: To be able to retrieve value via API call for custom column by using id of the row
-
Details: I have a API that accepts input in header to fetch value. I need to use this API to get value for a custom column which is not returned from original table API.
So as shown in screenshot I want to be able to pass this header for each row and get value and show in the table as column value for each row. I have searched a lot but I dont know how to pass current row ID to this query and use that in the header to get value for the column.
I have spent hours figuring out this, if anyone knows please help