angular-ui/ui-grid

selection api is broken when no $$hashKey is used on rows

已关闭

#6,860 创建于 2018年10月1日

 (1 条评论) (1 个反应) (0 位负责人)JavaScript (2,496 个派生)batch import
grid-selectionhelp wanted

仓库指标

星标
 (5,395 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

this issue is caused by https://github.com/angular-ui/ui-grid/commit/0e832250ca0c5899558f1e07b9f3736b667f53ce , $$hashKey is not a mandatory field, we use custom rowEquality and rowIdentity so getSelectedRows API will always return empty array

贡献者指南