4 Replies Latest reply on Aug 5, 2010 8:13 AM by ilya_shaikovsky

    Export rich:dataTable to pdf/excel/etc

    reseba

      Hi, is it possible to export the data of a table as pdf as PRIMEFACES does?

       

      in primefaces por example:

       

      <h:commandButton value="PDF Export">

           <p:dataExporter type="pdf" target="tableId" fileName="fileName" />

      </h:commandButton>

       

      thanks