Hello!
I need to make a table in this format:
--------------------------------------
| id1 | date1.1 | date 1.2. | person |
| info1 |
--------------------------------------
| id2 | date2.1 | date 2.2 | person |
| info2 |
--------------------------------------
I need it because info block is quite big and can not be located as a column.
How can I make this effect?