We have a table which has multiple rows. We are doing server side pagination. For each row in the table we want to query a value from the REST api and show the result in the table as a new column. Rest api need the iD from the table row. How can we do it
Hi @sridhar! I wrote an example for this a while back , after returning an array of query results you can create a custom column in the table and index into the JS query's return to display them in a column.