How to create a customized pagination using segment

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

need some tutorials for the pagination

Hi @Svwvh Newmvn​ , There are two ways of implementing pagination:

  • Traditional way of having "Previous Page" and "Next page" at the bottom.
  • Lazy Infinite loading where on reaching the End of the segment the next set of data loads.

I have done the previous next page but i dont how to connect the pagination segment with the n numbers and also i want to design different segement for each pages i want to show the pagination bubbles or number upto 10 or some other no then left no should shown like dots

any example or any steps to create a pagination bcoz i am new to kony

@Svwvh Newmvn​ , Showing pages 1 to 10 and then dots, all these have to be implemented using custom flex and flexScroll design there is no sample available for it.

For basic Next Previous type of segment pagination pls find the attached sample app.