ui-grid
ui-grid copied to clipboard
selectAllVisibleRows() should be selecting only the current page rows
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?
It is intended, because it deselects all rows who are not visible.
should it be made configurable ?