Dynamically Changing the Number of Items Displayed in a Mendix Data Widget Using Microflows
0
Hello everyone, I'm working on a project in Mendix where I need to dynamically modify the number of items displayed per page in a data widget. Specifically, I'd like to use microflows to achieve this. After searching through the Mendix documentation and forums, I'm still unsure if it's possible to use microflows to modify the number of items displayed per page in a data widget. I'd greatly appreciate any guidance or examples that anyone may have on this topic. Thank you in advance for your help!
asked
Evan Wu
1 answers
1
Dear Evan,
If you are getting your data from the database you could benefit from the Custom Retrieve using Limit and Offset. you can control both values.