Multiple API's in 1 table

Is it possible to get data from multiple API's in 1 single table?

So for example, I have 2 API's:

  1. Staff json includes
  • Staff Number
  • First Name
  • Last Name
  1. Organisation json
  • Team Name
  • Staff Number

And I want the table to show:

  • First Name
  • Last Name
  • Team Name

Is this possible with Radzen? (the above is an example, because I cannot post the real data for our project online due to GDPR, but it's a similar issue, I just need 1 extra column that comes from a different API than the API I'm already showing in the table)

Hi @DigitalCompetitive,

Radzen does not provide any out of the box feature that would do what you are requesting. You can probably use a custom method to merge your data.