angular-ui/ui-grid

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

Open

#6,438 创建于 2017年10月27日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (2,496 fork)batch import
help wantedtype: feature

仓库指标

Star
 (5,395 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南