Inspired by:
- ratatui/examples/apps > table
In this project I learned how to:
- Work with
StatefulWidgets. - Use the
TableStatewidget. - Use the
ScrollbarStatewidget. - Switch to different color palettes.
- Add vertical scroll to the
TableStatewidget. - Add horizontal scroll to the
TableStatewidget.
Run with cargo run.