How to include a field in the dataTable of the dataTable (Primefaces) that is not in the dataTable?
I am generating an Excel file from a dataTable with dataExporter, but I need to include a column that does not exist in the dataTable.
This dataTable is a batch item, and I need this number to be placed in a column, but I would not want it to be displayed in the list, as it would be repeated.
How to do it?