corner_stones
corner_stones copied to clipboard
table: pagination support
we need an extension for a table to allow pagination. The interface could look something like:
next_pagenavigate to the next pageprevious_pagenavigate to the previous pageopen_page(number)jump to the page number
The methods should raise an error when navigating in the desired direction is not possible.