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

:table :colspan breaks display of nested :tables #133

Open
stevebuik opened this issue Jun 18, 2017 · 5 comments
Open

:table :colspan breaks display of nested :tables #133

stevebuik opened this issue Jun 18, 2017 · 5 comments

Comments

@stevebuik
Copy link

stevebuik commented Jun 18, 2017

If you remove the colspan below, the text becomes visible.

[{}
    nil
    [:table
       {:num-cols 2}
       [[:cell
         {:colspan 2}     ; << bug here. colspan breaks display of rows
         [:table
           {}
           ["I'm not visible"]]]]]]
@stevebuik
Copy link
Author

For me this is not an urgent fix because I've worked around it. I'm just logging it for reference in case any work happens on that code later on.

@yogthos
Copy link
Collaborator

yogthos commented Jun 19, 2017

Thanks, I'll try take a look once I get a chance.

@anmonteiro
Copy link
Contributor

Also having this issue. Solved it by unnesting, i.e. just having multiple tables one after the other.

@rplevy
Copy link

rplevy commented Jan 25, 2019

I'm also experiencing this problem, or similar:

I have a nested table within a cell. The outer table has a colspan, and the colspan is not observed unless I remove the nested inner table.

@2food
Copy link

2food commented Dec 12, 2023

I'm also having this issue

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

No branches or pull requests

5 participants