I have a table that contains Column Header and Detail with the only column.
| Column Header |
| Detail |
The Detail contains a List that can contain a different amount of rows. And if the list contains too much rows JusperReport will put a break and split the Detail to a new page
PAGE 1
| USER NAME |
PAGE 2
| user1 |
| …… |
I would like Jasper to split the list and not ColumnHeader and Detail like:
PAGE 1
| USER NAME |
| user1 |
| user2 |
| …… |
PAGE 2
| …… |
| userN |
Artyom Maksimov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.