Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 2.07 KB

File metadata and controls

39 lines (28 loc) · 2.07 KB

Changelog

0.7.0 - 2026-02-19

  • Fix scroll_to_row not taking the header into account #44 by @abey79
  • Fix table placement within containers #43 by @agalakhov

0.6.0 - 2025-11-25

  • Change return type to Response in Table::show #36 by @TihonovNV
  • Add row_ui to allow interacting with the whole row at once #38 by @lucasmerlin

0.5.0 - 2025-10-10

0.4.0 - 2025-07-10 - Update to egui 0.32

0.3.0 - 2025-02-05 - Update to egui 0.31

0.2.0 - 2024-12-17 - Update egui to 0.30

0.1.0 - 2024-10-14 - Initial release

Features

  • Auto-sized, resizable columns
  • Hierarchical column titles
  • Sticky columns and header
  • Expanding rows
  • Support for millions of rows
  • Heterogenous row heights