DataExport « PrimeFaces « JSF Q&A





1. DataExport on TreeTable    forum.primefaces.org

Hi, I noticed that the ExcelExport doesn't want to export TreeTables, only DataTables. It throws the following error (on 3.0.M2-SNAPSHOT): Unsupported datasource target:"org.primefaces.component.treetable.TreeTable", exporter must target a PrimeFaces DataTable. I checked ...

2. DataExport missing last record only in PDF format    forum.primefaces.org

When I use the p:dataExporter for a rich:dataTable (RichFaces) or p:dataTable, the last row is not coming up in the exported PDF file (No Exception occuring on the server side). Export ...

3. DataExport - First ROW (header) Problem    forum.primefaces.org

18 Jun 2010, 11:45 by rider DataExport - First ROW (header) Problem Hello, I have a problem at the Data Export in my first row (header) I got the UI as ...

4. dataExport in pdf does not support Chinese    forum.primefaces.org

If there is Chinese words in datatable,when I export the data in pdf, the Chinese words can't come up in the page. Who can solve this problem.Help!!!

5. Found a bug in DataExport with p:column render tag    forum.primefaces.org

The following datatable code will display on-screen correctly, and the 'name' column renders according to the EL evaluation. However, the following code will _never_ export the "Name" column in the pdf, ...