primefaces: DataTable: exports do not work with field
@melloware @Rapster The datatable exporter seems not work with the new column field attribute notation if i have not missed any additionally required adaptations.
Just add the following column to /showcase/ui/data/dataexporter/basic.xhtml to verify:
<p:column
field="code"
headerText="CodeNew"/>
The exporter delivers empty fields for such a column.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 22 (22 by maintainers)
Commits related to this issue
- Fix #6890: DataExporter work with column field — committed to melloware/primefaces by melloware 3 years ago
- Fix #6890: DataExporter work with column field — committed to melloware/primefaces by melloware 3 years ago
- Fix #6890: DataExporter work with column field — committed to melloware/primefaces by melloware 3 years ago
- Fix #6890: DataExporter work with column field (#6891) — committed to primefaces/primefaces by melloware 3 years ago
- Fix #6890: Field returns an object which must be converted toString — committed to melloware/primefaces by melloware 3 years ago
- Fix #6890: Field returns an object which must be converted toString — committed to melloware/primefaces by melloware 3 years ago
- Fix #6890: Field returns an object which must be converted toString (#6895) — committed to primefaces/primefaces by melloware 3 years ago
- Fix #6890: DataExporter support converter for field — committed to melloware/primefaces by melloware 3 years ago
- Fix #6890: DataExporter support converter for field (#6905) — committed to primefaces/primefaces by melloware 3 years ago
great. now it works. many thanks.
before the fix, all exports were working but only the columns using the field notation were empty. now, it is really “broken”.
i will try to find out when it is not working and to come with a reproducer.