IF icon indicating copy to clipboard operation
IF copied to clipboard

added pagination methods

Open Robotv2 opened this issue 1 year ago • 1 comments

Robotv2 avatar Mar 29 '24 12:03 Robotv2

According to the documentation, negative pages are also possible at the moment:

"Note that the pages don't necessarily have to follow each other up; you can add a fifth page (index four) without having a fourth page (index three), or you can have negative pages, such as -1, -2, etc. however this is heavily discouraged."

For normal purposes, however, an "isFirstPage" and "isLastPage" method is very useful.

RedstoneFuture avatar Apr 19 '24 14:04 RedstoneFuture