jsf - PrimeFaces DataExporter to XLS for multiple tables -
am trying export xls format multiple tables. have browsed , used code, not working. using primefaces extensions code there complete code not there seems in link. need solution this.
code have used : tbl1, tbl2, tbl3 table widgetvar's.
<p:commandlink id="xls" ajax="false" > <p:graphicimage value="/images/excel.png" /> <pe:exporter type="xlsx" target="tbl1, tbl2, tbl3" filename="tables"/> </p:commandlink>
you should not address them widgetvar. primefaces extensions exporter (emphasis mine):
here can export multiple tables providing multiple datatable server ids delimiter "comma"(or ",").
Comments
Post a Comment