colspan not supported in 1.13.11?
colspan not supported in 1.13.11?

Hello! Was colspan not supported in 1.13.11? For my minimal test case I get an invalid column count error.
Currently, I cannot upgrade to a newer version.
Hello! Was colspan not supported in 1.13.11? For my minimal test case I get an invalid column count error.
Currently, I cannot upgrade to a newer version.
Answers
Sort of. In v1 (which is legacy and no longer supported btw
), each column needed at least one unique cell which didn't colspan. So you could use multiple rows in the header:
Updated example.
But if you want a colspan without a second row in the header, then you need v2.
Allan