angular-ui/ui-grid

Selection API appears to keep select Count when data changes

Open

#5,290 建立於 2016年4月6日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (5,395 star) (2,496 fork)batch import
help wanted

描述

I have a grid that can be manipulated with actions. When an action is made, it asks to refresh the grid and the data gets rewrited. But the selection count keeps the same. E.g.:

1- Have a grid. 2- Select a row. 3- Make an action on the row. 4- Refresh the grid. the row disappears because business rules. 5- Select another row. The count is 2

貢獻者指南

Selection API appears to keep select Count when data changes · angular-ui/ui-grid#5290 | Good First Issue