paginator

fun paginator(maxPages: Int, pageEditor: PageEditor<Paginator>): PaginatorBuilder(source)

Classic paginator, where each page is generated by a PageEditor.

In addition to the content provided, five buttons (first, previous, next, last, (optional) delete) are added to navigate from page to page.