I have a list whose Items are based on the result of an async JS function, JS.loadData.data, which is run on page load. This works fine but I also have a toggle button with an event handler which runs the loadData-function again (but with other settings). However, the data in the List doesn’t update.
How do I update the List content after page load?