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

Most upvoted comments

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.