50
Views
4
Comments
Pagination drop down
Question

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

2019-01-07 16-04-16
Siya
 
MVP

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.

2024-06-01 07-14-16
Vaishali Thakur

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

2025-02-21 07-07-34
Rishabh Tailor

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.

2023-10-19 05-09-59
Mangesh Phanse

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.


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