We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"]]]]]]
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Thanks, I'll try take a look once I get a chance.
Also having this issue. Solved it by unnesting, i.e. just having multiple tables one after the other.
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.
I'm also having this issue
No branches or pull requests
If you remove the colspan below, the text becomes visible.
The text was updated successfully, but these errors were encountered: