2 unstable releases
0.2.0 | Dec 17, 2024 |
---|---|
0.1.0 | Oct 14, 2024 |
#960 in GUI
12,357 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–10MB
~110K SLoC