Expand description
§yew-datatable-core
A headless data table engine for Rust/WASM applications. Inspired by TanStack Table v8, providing feature parity with idiomatic Rust design.
§Features
- Headless: Pure logic, no UI assumptions
- Type-safe: Compile-time guarantees for column correctness
- Zero unsafe: 100% safe Rust
- WASM-optimized: Efficient performance for web applications
§Architecture
The library is organized into:
column: Column definitions and configurationstate: Table state managementrow: Row models and pipelinefeatures: Sorting, filtering, pagination, etc.table: Main table coordinator