Changes in this version:
[0.18.0] - 2026-02-03
Breaking Changes 🛠️
- trait
TableRowhas now a methodcell_renderer_for_columnwhich allows things like grouping.
See the exampletable_grouping. (thanks to @ToxicMushroom)
Fixes 🐛
- Make sure the cache is not accessed outside it's range (thanks to @ToxicMushroom).