I'm generating a PDF export of a table with multiple columns and for some strange reason some of the exported cells have values like "com.vaadin.ui.Label@5d25c914" instead of the correct value.
I noticed that this behavoir occurs before a formatted column (date format or amount format) and causing the cells to shift so they don't correspont to their column headers.
I'm generating a PDF export of a table with multiple columns and for some strange reason some of the exported cells have values like "com.vaadin.ui.Label@5d25c914" instead of the correct value.
I noticed that this behavoir occurs before a formatted column (date format or amount format) and causing the cells to shift so they don't correspont to their column headers.
Excel export works correctly.