-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
The "All data" option for the exporter is insufficient because it does not actually export all data. When combined with TreeView, it presumes that any parent nodes are merely for grouping and categorizing data, and not part of the data itself. It seems to me that there should be another gridOption to use with exporter that lets you include all data, not just leaf nodes. (And in my opinion that should be the default behavior.)
This is regardless of which export format is chosen. It comes down to the getData and getDataSorted functions in ui-grid.exporter.js.
ak-yaps