'How to divide data into columns using Thymeleaf

My goal is to create an overview of completed games throughout the year using thymeleaf.

I've tried using table, but i can only insert data into rows, but my goal is to look something like this:

Jan | Feb | Mar Tetris | / | Diablo



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source