egui-table-kit 0.1.1

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
7
8
pub mod error;
pub mod filter;
pub mod header;
pub mod highlights;
pub mod operations;
pub mod state;

include!(concat!(env!("OUT_DIR"), "/static_cache.rs"));