Skip to main content

RowsProvider

Type Alias RowsProvider 

Source
pub type RowsProvider = Box<dyn Fn() -> TableRows>;
Expand description

Callback returning the live row spec. Called on every layout pass when set, so external state changes (e.g. switching demo modes or resizing the dataset) flow into the table without an observer widget.

Aliased Typeยง

pub struct RowsProvider(/* private fields */);