In a report, if the table content is not be aligned with the headers, this happens because in Xporter templates the tables are split in two, one for header and another for the content.

And so it is necessary to make into consideration the following:

  • In the template, we have two tables, one for the header and another for the contents.
  • It is necessary that after generating the report (from the template), the two tables are "glued" together, to make a single table.
  • To achieve this, it is necessary to remove all spacing or empty lines between the two tables, except for any Xporter code that needs to be there since the Xporter code will be removed during report processing.
  • And also, it is necessary, in the table properties, to turn off the option "Automatically resize to fit contents."


Step-by-step guide

Here is an animated gif with the actions to fix this: