-- || memtest || time test
-- || 1 | 2 || 1 | 2
-- ====++====+====++=====+====
...
To this end, the Group constructor could be extended to
Group Properties (Either [Header h] [(h, Header h)])
where [Header h] maintains the current meaning and [(h, Header h)] adds a row or column with merged group headers.
HTML supports this, LaTeX supports this only for rows, I think, and in CSV one had to pad with empty cells.
But maybe this functionality is too complicated and out of scope for this library.
It would be nice to write tables like these:
To this end, the
Group
constructor could be extended towhere
[Header h]
maintains the current meaning and[(h, Header h)]
adds a row or column with merged group headers. HTML supports this, LaTeX supports this only for rows, I think, and in CSV one had to pad with empty cells.But maybe this functionality is too complicated and out of scope for this library.