Dynamic data load on subpanel

Hello,

I have an account list and go to account detail page. I want to load dynamic data on subpanel and fetch from third party api not from database.

How to implement ?

Please do need full

Hi,
you can create “fake” subpanels and define e.g. sql queries that retrieve the shown data. Maybe this article helps you a little:

1 Like

First of all Thanks for replay

Here you have write a code regarding subpanel. as per the subpanle you got the data from database right?but my concern is how to put third party api data into given code