corner_stones icon indicating copy to clipboard operation
corner_stones copied to clipboard

table: pagination support

Open senny opened this issue 13 years ago • 0 comments

we need an extension for a table to allow pagination. The interface could look something like:

  • next_page navigate to the next page
  • previous_page navigate to the previous page
  • open_page(number) jump to the page number

The methods should raise an error when navigating in the desired direction is not possible.

senny avatar Feb 21 '12 09:02 senny