HTTP ajax request in a Table Panel

Hello,

I have a Table panel with Prometheus Datasource. I need to modify a column value to perform ajax request to an external API, no need to parse the result. Currently I managed to do so by adding a Data link, however, it is opening a new window every time, so I need to be transparent with an AJAX call. Please advise.