Crates.io | egui_table |
lib.rs | egui_table |
version | 0.2.0 |
source | src |
created_at | 2024-10-14 11:10:57.626501 |
updated_at | 2024-12-17 07:43:48.594618 |
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 | 63,462 |
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)