Hi,
I want to implement paginated drop down something like this
Is this possible with Outsystems?
Also when user searches for values, he should be taken to that page.
Thanks and Regards,
Suraj Borade
It should be possible to achieve this in OutSystems, but it requires using a custom control (web block) rather than a standard dropdown. Essentially, the functionality you're looking for is a standard listing page with search capabilities. In your case, the search input is what you type in the dropdown text, and the results are displayed in the dropdown as a paginated list.
Hey @Suraj Borade
you have to check this -
https://www.outsystems.com/forums/discussion/75464/customizing-the-pagination-reactive-web-application/
https://www.outsystems.com/forums/discussion/71008/how-to-change-the-no-of-rows-displayed-in-a-list-using-dropdown/
thanks
Hi @Suraj Borade ,
There is no default OutSystems component that meets the requirements you have in mind.
However, you can create your own custom block (component) for this and make it reusable so that it will be easy for you, and you can upload it to forge so that it can also be used by other people in need.
You will have to customize the Pagination widget of Outsystems and use that in your logic.
Hi @Suraj Borade
There is no such widget available in the out systems.
You need to create such component in forge section (which I did not find) or change implementation as follows:
Have input and button adjecent to it
On click of button and text provided for button list is displayed with pagination.