3 releases (breaking)
new 0.3.0 | Feb 5, 2025 |
---|---|
0.2.0 | Dec 17, 2024 |
0.1.0 | Oct 14, 2024 |
#1143 in GUI
17,111 downloads per month
Used in 5 crates
(2 directly)
54KB
891 lines
☰ egui_table
Table viewer for egui.
Design
egui_table has a "batteries not included" design.
Features
- Auto-sized, resizable columns
- Hierarchical column titles
- Sticky columns and header
- Expanding rows
- Support for millions of rows
- Heterogenous row heights
Testing
- Locally:
cargo run -p demo
- Web locally:
(cd demo && trunk serve)
- Web: https://rerun-io.github.io/egui_table/
Dependencies
~5–11MB
~112K SLoC