Skip to main content

GetRowId

Type Alias GetRowId 

Source
pub type GetRowId = Callback<(DataRecord,), String>;
Expand description

Optional custom row id resolver (default: DataRecord::id).

Aliased Typeยง

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