Paging
From Documentation
Paging
- Component Reference: Paging
- Available in ZK EE only
SwipeEvent Support
Within Tree, Grid, and Listbox, Paging can support to navigate previous page or next page by user swipe on the edge of content with client attribute.
<listbox mold="paging" pageSize="5" xmlns:ca="client/attribute" ca:data-swipeable="true"></listbox>
Version History
Version | Date | Content |
---|---|---|
6.5.0 | July, 2012 | Grid/List/Tree support changing page by swipe event on tablet device |