angular-ui/ui-grid

selectAllVisibleRows() should be selecting only the current page rows

Open

#6,479 建立於 2017年11月26日

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

描述

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?

貢獻者指南

selectAllVisibleRows() should be selecting only the current page rows · angular-ui/ui-grid#6479 | Good First Issue