Files
ratatui/examples
Rupert Rutledge 00b4b7a0fd feat(table) Scroll by full page
- 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>>.
2023-05-05 18:50:27 -07:00
..
2023-05-05 18:50:27 -07:00