angular-ui/ui-grid

Enhancement : Get Filtered Rows

Open

#4.583 aberto em 28 de out. de 2015

Ver no GitHub
 (10 comments) (0 reactions) (0 assignees)JavaScript (2.496 forks)batch import
help wantedtype: enhancement

Métricas do repositório

Stars
 (5.395 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

UI Grid 3.0.6

The getVisibleRows(grid) returns all the rows visible in the Grid.

However, if the Grid is paginated, only the rows visible in the current page are being returned.

Is there an option to get all the filtered rows from the Grid?

Guia do colaborador