Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.15 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.15 KB

egui_table

github Latest version Documentation unsafe forbidden Apache MIT

Table viewer for egui.

Design

egui_table has a "batteries not included" design.

Features

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

Testing