Skip to main content

yew_datatable_core/features/expanding/
mod.rs

1/// Complete expanding state for the table.
2///
3/// Manages row expansion for tree data and nested sub-rows,
4/// supporting expand-all, auto-expand, and per-row expansion.
5pub mod expanding_state;
6
7/// Re-exports for convenient access to expanding types.
8///
9/// Provides a centralized location for importing commonly used
10/// expanding-related types.
11pub mod prelude;