Table viewer for egui.
egui_table has a "batteries not included" design.
- Auto-sized, resizable columns
- Hierarchical column titles
- Sticky columns and header
- Expanding rows
- Support for millions of rows
- Heterogenous row heights
- Locally:
cargo run -p demo
- Web locally:
(cd demo && trunk serve)
- Web: https://rerun-io.github.io/egui_table/