simple_table

Crates.iosimple_table
lib.rssimple_table
version0.5.1
created_at2025-11-15 19:09:44.91493+00
updated_at2025-12-30 15:37:13.200253+00
descriptionModel driven FTLK table support.
homepage
repository
max_upload_size
id1934670
size56,172
Joe Batt (battjt)

documentation

README

Model based approach for loading fltk tables.

Try:

cargo run --example people

image

TODO:

  • clip header (paints outside of area)
  • default implementations of column based SimpleTableModel functions
  • Prettier (internal white space)
  • replace optional cell results with enum (WIDGET(widget),TEXT(Align,wrap)). Should remove DrawDelegate?
  • fix widget actions (currently clicking on row will actvate button)
Commit count: 0

cargo fmt