Would anyone could make an oml example to add dropdown in Pagination,E.g. User can choose to display 20/ 50 /100 record in one page , depends on their selection
Hi,
Below I am sharing some link with oml also you can check
Hope this will help you.
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
Ruchi
Hi Winnie Lam
In the dropdown, assign a local variable "MaxperPage", use the local variable "MaxperPage" as the Max. Records of the aggregate with the List values , when the user changes the dropdown value refresh the aggregate then the value u selected on drop down will assign to the MAX.records of aggregate you will get only how much records you want on that page
Sudarshan HD