# egui_table
**Repository Path**: happydpc/egui_table
## Basic Information
- **Project Name**: egui_table
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-06-11
- **Last Updated**: 2025-06-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# ☰ `egui_table`
[
](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: