Hi there,
right now in Appian what I know is that if we need to go to certain record, we have to keep clicking ">" until we get there.
Could anyone let me know how to implement the page drop down, so we can directly get to the record by choosing the page?
Regards,
Lin
Discussion posts and replies are publicly visible
You can build a logic around showing these page numbers as choiceLabels and the starting record number as choiceValues in the dropdown and then simply pass the selected value in the startIndex of the pagingInfo parameter.
That should work as per your expectations.
Thanks for the information, do you know how to integrate with grid layout?
Passing it in the paging info and then passing the paging info in the rule from where the data is being generated and then finally showing that data in the grid. Also, this will be an addition to the existing paging configuration that the grid has.
This is a good feature. I hope Appian provides it OOTB in future.