# ☰ `egui_table`
[<img alt="github" src="https://img.shields.io/badge/github-rerun_io/egui_table-8da0cb?logo=github" height="20">](https://github.com/rerun-io/egui_table)
[](https://crates.io/crates/egui_table)
[](https://docs.rs/egui_table)
[](https://github.com/rust-secure-code/safety-dance/)
[](https://github.com/rerun-io/egui_table/blob/master/LICENSE-APACHE)
[](https://github.com/rerun-io/egui_table/blob/master/LICENSE-MIT)
Table viewer for [egui](https://www.egui.rs/).
### 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/>