Skip to content

v3.10.5

Latest

Choose a tag to compare

@TrevorBurnham TrevorBurnham released this 14 Jun 20:25
b022136

Fixes

  • TreeApi methods (select, focus, delete, edit, node creation, etc.) now
    honor a custom idAccessor when given raw row data, instead of always reading
    .id. The identifier parameters and the onCreate return type accept your data
    type, so a custom accessor works end-to-end. (#366)