mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
Each cell in a table now has a `Ui` with a unique `Id` based on the row and column. This avoids Id-clashes, e.g. when putting a `CollapsingHeader` in a table cell.