angular-ui/ui-grid
在 GitHub 查看How to use export data using `ui-grid-exporter` with pagination.
Open
#6,438 建立於 2017年10月27日
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:
- I can do selected export
- Visible row export
- 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.