angular-ui/ui-grid
selectAllVisibleRows() should be selecting only the current page rows
已關閉
#6,479 建立於 2017年11月26日
good first issue
倉庫指標
- 星標
- (5,395 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
In the case of client side paginated data, selectAll button action should be selecting only current page rows. Also when pages are navigated, the selectAll button should be deselected.
Is this a bug or an intended feature? In selectAllVisibleRows, shouldnt grid.getVisibleRows() be iterated instead of grid.rows?