Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sub-columns in title #91

Open
gnzlbg opened this issue Sep 22, 2018 · 1 comment
Open

Sub-columns in title #91

gnzlbg opened this issue Sep 22, 2018 · 1 comment
Assignees
Labels

Comments

@gnzlbg
Copy link

gnzlbg commented Sep 22, 2018

I'm trying to generate a table like this

    foo    |    bar    |    baz    |
           |           |  a  |  b  |
===========+===========+=====+=====+
 cat       |   10      |  1  |  3  |
 dog       |   23      |  2  |  4  |

where one of the title cells has 2 rows, one row with a hspan of 2, and the other row has 2 cells, and the columns spanned by these two cells propagate to the rest of the table.

Is this possible ?

@phsym phsym added the question label Sep 22, 2018
@phsym phsym self-assigned this Sep 22, 2018
@phsym
Copy link
Owner

phsym commented Sep 22, 2018

Hi again !

Having mutliple rows in the title part is currently not supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants