I have a DataLoader on a screen, that loads a list of DTOs, that are then displayed in a table on a tab of the screen. It’s not terribly fast so I want it to only fire when I manually call its .load() method - and I can’t figure out how to make that happen. I’ve tried using an empty refresh element for it in the DataLoadCoordinator, thinking that would kill off any automatic triggering, but that doesn’t work.
Any ideas?