angular-ui/ui-grid

Enhancement : Get Filtered Rows

Open

#4.583 geöffnet am 28. Okt. 2015

Auf GitHub ansehen
 (10 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
help wantedtype: enhancement

Repository-Metriken

Stars
 (5.395 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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?

Contributor Guide