Skip to content

generatePagination()

Luca Crippa edited this page Dec 11, 2018 · 1 revision

This function is called within generateList(), and requires:

  • The total number of pages, dynamically calculated within generateList()
  • The current clicked page, by sending parsed URL parameters to generateList()

You can customize the pagination style by editing the html to be created.

Clone this wiki locally