144
Views
3
Comments
How to implement Lazy Loading in Dropdown and in API Call in reactive application?
Application Type
Reactive

Hi everyone, 

I want to implement Lazy Loading in a dropdown. Consider that I am getting around 50k records in a list via API call, now I am binding that List to the dropdown, how can I Have Lazy Loading in Dropdown and API?

2023-10-21 19-42-11
Tousif Khan
Champion

Hello

You need to use a new widget which is been released  Server Side Dropdown there you can write a logic for your server data load,

What I did I have created the same scenario for it where I use on scroll end action on a list and load more records in that way more and more record get added as you scroll, user can also perform server side search where you can filter the data based upon search.

I have create a sample for it , have a look maybe that heps

https://success.outsystems.com/documentation/11/developing_an_application/design_ui/patterns/using_mobile_and_reactive_patterns/interaction/dropdown_server_side/


Sample - https://www.outsystems.com/forge/component-overview/14690/dropdown-server-side-samples


Thanks

Tousif Khan

2022-02-08 09-40-14
Chandrashekhar Mankar

How can I apply Lazy Load in API?

2025-10-18 11-13-53
Ramesh subramanian

Hi Chandrashekhar Mankar,

Forge component , can you please check this link,

https://www.outsystems.com/forge/component-overview/9513/lazysearch

Thanks,

Ramesh

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.