egui-table-kit 0.1.0

An extension for `egui` that brings batteries-included, filtering, highlighting, tree structures, and an action dispatch to your tables.
Documentation
1
2
3
4
5
6
pub mod error;
pub mod filter;
pub mod header;
pub mod highlights;
pub mod operations;
pub mod state;