Open htmlyuqing opened 9 years ago
I use dojox/support/exporter/exporter.js to export rows from Dojox-Grid (v1.3.7)
The call is exporter(grid, writer, args) with var args = {selectedOnly: true};
In the new version there is a new function fetchChildren() in fetchRows() that fetches every row ignoring the flag selectedOnly.
I use dojox/support/exporter/exporter.js to export rows from Dojox-Grid (v1.3.7)
The call is exporter(grid, writer, args) with var args = {selectedOnly: true};
In the new version there is a new function fetchChildren() in fetchRows() that fetches every row ignoring the flag selectedOnly.