Open
Description
If you go to https://rerun-io.github.io/egui_table/ and modify columns
to be a value at or below 12 the application will crash with the following error in the console log:
panicked at egui_table/src/table.rs:542:73:
index out of bounds: the len is 12 but the index is 12
At the time of writing that line corresponds to:
egui_table/egui_table/src/table.rs
Line 542 in 605f4ca
I haven't had time to dive into this yet, but seeing as it's a panic in the core table code and rather than the demo I wanted to create an issue until I can look further.
Metadata
Metadata
Assignees
Labels
No labels