angular-ui/ui-grid

selectAllVisibleRows() should be selecting only the current page rows

已关闭

#6,479 创建于 2017年11月26日

 (2 条评论) (0 个反应) (0 位负责人)JavaScript (2,496 个派生)batch import
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?

贡献者指南