- Add a page_size to the Table widget's state that is populated when the
table is rendered and allows users to scroll the cursor in the table
much more quickly.
- Alter the table example to demonstrate potential paging behaviour
- Add new next and previous page functions to demonstrate moving a
selection by page.
- Automatically generate the data for the table as a Vec<Vec<String>>.