angular-ui/ui-grid

How to use export data using `ui-grid-exporter` with pagination.

Open

#6.438 geöffnet am 27. Okt. 2017

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

Repository-Metriken

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

Beschreibung

Currently, ui-grid-exporter works internally to export data. But I'm in a scenario where I want to export thousands of row which are not currently shown on the ui-grid-datatable because of the pagination.

Right now we can:

  1. I can do selected export
  2. Visible row export
  3. All data present in the grid.

What I need is, I want to customise and want to pass an array of object to the exporter to export.

Contributor Guide