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
..
demo fix(examples): update input in examples to only use press events (#129) 2023-04-13 22:21:35 +02:00
barchart.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
block.rs feat(widget): support adding padding to Block (#20) 2023-04-27 12:30:13 +02:00
calendar.rs feat(calendar): add calendar widget (#138) 2023-04-26 23:02:35 +02:00
canvas.rs fix(canvas)!: use full block for Marker::Block (#133) 2023-04-15 17:40:28 +02:00
chart.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
custom_widget.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
gauge.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
inline.rs feat(terminal)!: add inline viewport (#114) 2023-04-17 14:23:50 +02:00
layout.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
list.rs fix(examples): update input in examples to only use press events (#129) 2023-04-13 22:21:35 +02:00
panic.rs docs: fixup remaining tui references (#106) 2023-03-22 11:03:45 +05:30
paragraph.rs refactor(examples): refactor paragraph example (#152) 2023-04-27 11:06:45 +01:00
popup.rs fix(examples): update input in examples to only use press events (#129) 2023-04-13 22:21:35 +02:00
sparkline.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
table.rs feat(table) Scroll by full page 2023-05-05 18:50:27 -07:00
tabs.rs fix(examples): update input in examples to only use press events (#129) 2023-04-13 22:21:35 +02:00
user_input.rs refactor(example): remove redundant vec![] in user_input example (#26) 2023-03-25 14:45:28 +01:00