Add lazy loading to a Custom column

I'm working on a custom column that involves making API calls. How can I implement lazy loading to improve performance?
Was this page helpful?