Using selectedRows as a callback to an api and presenting results

I am familiar with using selectedRows in a callback, but am seeking some suggestions on using that callback as part of an api and most importantly, displaying the api response in a dash component.
Many thanks in advance.

Hello @Drbaz,

Welcome to the community!

Yes this is possible. You can use a callback and send a fetch request with an async clientside function. Then await the fetch request, parse the response and then display it to any component you want to.

1 Like