I have a requirement to create a html table containing data from an API we host elsewhere (none umbraco).
The ‘control’ will be hosted in multiple front end pages ( e.g. public ) in Umbraco.
The complexity is the user interaction because it will have dropdowns (filters) above the table and when changing these, the data will change based on an API call.
What’s the best / Recommended approach for doing this in Umbraco 15?