Hi,
How to create table with merged cells in one row in the middle of table? Like this structure:
| Col1 | Col2 | Col3 |
| Val1 | Val2 | Val3 |
| Some text |
| Val1 | Val2 | Val3 |
| Val1 | Val2 | Val3 |
| Some text | Val4 |
| Val1 | Val2 | Val3 |
| Val1 | Val2 | Val3 |
And it has to be dynamic, because I want decide how many rows will be with values or with text.