# 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` [github](https://github.com/rerun-io/egui_table) [![Latest version](https://img.shields.io/crates/v/egui_table.svg)](https://crates.io/crates/egui_table) [![Documentation](https://docs.rs/egui_table/badge.svg)](https://docs.rs/egui_table) [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) [![Apache](https://img.shields.io/badge/license-Apache-blue.svg)](https://github.com/rerun-io/egui_table/blob/master/LICENSE-APACHE) [![MIT](https://img.shields.io/badge/license-MIT-blue.svg)](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: