I want to use Pagination control with a tableview. A dependency is, that the amount of rows in a page is less or equal the amount of max visible rows in the table viewport.
The vertical scrollbar should be invisible and navigation is handled by pagination control buttons.
Are there any best practices about how to do that?
Thanks