p

Tag dataExporter

Attributes 
NameRequiredTypeDescription
bufferSizefalsejakarta.el.ValueExpression
(must evaluate to javax.el.ValueExpression)
Control how many items are fetched at a time when DataTable#lazy is enabled. Retrieve the entire underlying dataset in smaller, manageable chunks rather than all at once.
encodingfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Character encoding to use.
exporterfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Custom org.primefaces.component.export.Exporter to be used instead of built-in exporters.
exportFooterfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, the footer will be exported. Default is true.
exportHeaderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, the header will be exported. Default is true.
fileNametruejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Filename of the generated export file, defaults to target component id.
onRowExportfalsejakarta.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
Row processor for the exported document.
onTableRenderfalsejakarta.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
OnTableRender to be used to set the options of exported table.
optionsfalsejakarta.el.ValueExpression
(must evaluate to org.primefaces.component.export.ExporterOptions)
Options object to customize document.
pageOnlyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Exports only current page instead of whole dataset.
postProcessorfalsejakarta.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
PostProcessor for the exported document.
preProcessorfalsejakarta.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
PreProcessor for the exported document.
selectionOnlyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, only selection would be exported.
targettruejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Search expression to resolve one or multiple target components.
typetruejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Export type: "xls", "xlsx", "xlsxstream", "pdf", "csv", "xml"
visibleOnlyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, only visible data would be exported. Default is false.

Output generated by Vdldoc View Declaration Language Documentation Generator.