Crates.io | egui_table |
lib.rs | egui_table |
version | 0.4.0 |
created_at | 2024-10-14 11:10:57.626501+00 |
updated_at | 2025-07-10 16:08:35.814698+00 |
description | Table viewer for egui |
homepage | https://github.com/rerun-io/egui_table |
repository | https://github.com/rerun-io/egui_table |
max_upload_size | |
id | 1408190 |
size | 64,051 |
egui_table
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
cargo run -p demo
(cd demo && trunk serve)