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
Picnic could be able to do build
┌───────────┬──────────────┐ │ columnA │ columnB │ ├───────────┼──────────────┤ │ itemA1 │ B │ │ itemA2 │ C │ │ itemA3 │ D │ └───────────┴──────────────┘
But right now I can only build
┌───────────┬──────────────┐ │ columnA │ columnB │ ├───────────┼──────────────┤ │ itemA1 │ B │ │ itemA2 │ C │ │ itemA3 │ D │
Using header (border=true) + body(borderLeft=true, borderRight=true)
The text was updated successfully, but these errors were encountered:
I believe the problem here is we do not allow the table itself to have a border. That can be fixed and then it collapsed with cell borders.
Sorry, something went wrong.
You can technically already do this by simply checking if you're on the last row and giving it a bottom border. But it's something we could simplify.
That's what I did as a workaround. Glad there is a better alternative now. I will try!
Successfully merging a pull request may close this issue.
Picnic could be able to do build
But right now I can only build
Using header (border=true) + body(borderLeft=true, borderRight=true)
The text was updated successfully, but these errors were encountered: