Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.1
-
Fix Version/s: 3.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Icefaces 3.1
JSF 2.1.1
Tomcat 7.0.28
Java 7
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
"Children" rows (collapsed or not) using the row expansion feature are not being exported either via excel or pdf.
Ex:
I)
ID | NAME
> 1 | First Name
This will export
ID | NAME
1 | First Name
II)
ID | NAME
v 1 | First Name
1.1 | Second Name
This will still export
ID | NAME
1 | First Name
I think in both cases all rows should be exported, even if they're collapsed. Or at least in the second example, where they are expanded, should appear in the exported files. Maybe add another tag to the DataExport component called onlyPrimaryRows or something to differentiate when you want to export the hidden rows or not, like the onlyPage attribute.
Ex:
I)
ID | NAME
> 1 | First Name
This will export
ID | NAME
1 | First Name
II)
ID | NAME
v 1 | First Name
1.1 | Second Name
This will still export
ID | NAME
1 | First Name
I think in both cases all rows should be exported, even if they're collapsed. Or at least in the second example, where they are expanded, should appear in the exported files. Maybe add another tag to the DataExport component called onlyPrimaryRows or something to differentiate when you want to export the hidden rows or not, like the onlyPage attribute.
Activity
Leo Milhouse
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Salesforce Case | [] | |
Fix Version/s | 3.2 [ 10338 ] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.)] | |
Assignee Priority | P3 | |
Assignee | Arturo Zambrano [ artzambrano ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31417 | Thu Oct 11 11:31:11 MDT 2012 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dataexporter/XMLExporter.java
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dataexporter/PDFExporter.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dataexporter/CSVExporter.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dataexporter/DataExporterMeta.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dataexporter/ExcelExporter.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dataexporter/Exporter.java |
Migration
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Migration
made changes -
Summary | ace:dataExporter, row expansion is not being exported | ace:dataExporter - Support exporting expandable rows (was: ace:dataExporter, row expansion is not being exported) |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P3 [ 10012 ] |
Committed improvement to trunk at revision 31417.