Displaying tables below each other in JasperReports
I have to create a report where several tables are diplayed below each other. Each table gets its data from a SubDataset and contains none, one or more rows. For the first version of the report, I've simply ignored the possibility of a table having no rows and put all tables below each other, each with the height of 1 row. The idea was, that if there is more than one row, the table will grow in height, which seems to work fine. I've given the first table a fixed position and set all subsequent ones to float. In iReport it looks like this: But when I create a report, only the first table is at