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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion