Desktop Components ShowcaseMobile Components Showcase
ace:dataExporter - Custom Exporter

The <ace:dataExporter> can be configured to use a custom type of exporting. This allows developers to present the data in any format required by the end users of the application or to add custom additions to the built-in export types. This example illustrates how to extend the built-in CSV exporter type to export inner tables that are included inside an <ace:panelExpansion> component. This example allows the user to select from a list which inner tables to include. These custom exporters are already included in ICEfaces, under the ACE data exporter folder.

ID
Name
Chassis
Weight
Accel
MPG
Cost
1EnduroVan15383lbs.1017.86$6,617.17
2TomcatBus7331lbs.1516.65$31,464.24
3DoublechargePickup5333lbs.1517.84$10,922.73
4SwordfishBus10956lbs.55.17$6,019.83
5IguanaPickup1696lbs.109.43$19,736.16
6DartMotorcycle9261lbs.1512.85$37,947.84
7PiscesLuxury7846lbs.1015.13$19,235.20
8FlashMid-Size11499lbs.1012.74$29,942.38
9TomcatMid-Size10766lbs.157.04$14,342.74
10PiscesSubcompact2082lbs.1013.38$8,015.01
false null [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]


Source Code