Standard way to implementing pagination in a module?

Sorry for the late response. If you think about including a paginated table then have a look at the usage of DatatableRequest and DatatableResponse in

https://github.com/openmrs/openmrs-core/blob/master/web/src/main/java/org/openmrs/web/controller/visit/VisitListController.java

2 Likes