1

Basically I would like to create such a table, where there are 3 columns but every column is just filled up with cells of individual height. So it is not a real grid anymore. The cells are just vertically but not horizontally aligned. I already tried to find an answer to this online but so far I could not find anything. A link to an article or something would already help a lot. Thank you very much

enter image description here

1 Answers1

2

I don't think this is possible with a real table, however, you could use a page with multiple columns and fill them with boxes to achieve this result, see \multicol and \fbox as a workaround.

  • I just realised that i can simply put everything into a table with 3 columns and one row. This also works out. Why did I not see this from the beginning on – Jan Kreischer Dec 10 '19 at 11:53