Overview of z-paging
masterz-paging is a high-performance paging component for uni-app that simplifies implementing pull-to-refresh and load-more-on-scroll functionality. It is designed to be low-coupling and low-intrusion, meaning it manages pagination logic internally so you don't have to define extra pagination variables in your component's data.
Key features include:
- Simple Configuration: Complete pagination by simply binding a network request method and a results array.
- High Performance: Supports virtual lists for rendering millions of data items and uses
wxs+renderjson supported platforms for smooth pull-to-refresh. - Full Platform Support: Compatible with Vue2 & Vue3, JS & TS, and works across H5, App, HarmonyOS Next, and various mini-programs.
- Rich Functionality: Includes support for custom refresh effects, chat modes (no flicker), sticky headers, empty data management, and theme switching.