Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

rust/ratatui/table

Inspired by:

  • ratatui/examples/apps > table

In this project I learned how to:

  • Work with StatefulWidgets.
  • Use the TableState widget.
  • Use the ScrollbarState widget.
  • Switch to different color palettes.
  • Add vertical scroll to the TableState widget.
  • Add horizontal scroll to the TableState widget.

Run with cargo run.