angular-ui/ui-grid
在 GitHub 查看grid.selection.selectedCount not refresh on clearSelectedRows()
Open
#4,300 创建于 2015年9月1日
good first issue
描述
Almost everything is in the title : when the function clearSelectedRows() is called, the property grid.selection.selectedCount is not reset to 0. So the count is not right, and when you select rows again, the former count is increased. So you can have 23 selected rows on a grid which contains only 20 elements. I'm using version 3.0.0-rc20. Please let me know if this issue has been fixed on a more recent version.