I have a dataTable with 7 columns. The 7th column is another dataTable but should be displayed in the next row. The sixth rich:column was declared with a colspan=2 and the seventh rich:column was declared with breakBefore = true and colspan = 7.
The problem was that the nested dataTable was being displayed in the next row but an extra empty column was displayed in the parent dataTable. This was having annoying look.