Bootstrap class .borderless
does not seem respected by Quarto
#8444
Unanswered
vincentarelbundock
asked this question in
Q&A
Replies: 2 comments 11 replies
-
That is a very old pre-release. Could you upgrade to the current stable version 1.4.459? If you want to apply your own table styling, you need to disable Quarto processing, see https://quarto.org/docs/authoring/tables.html#disabling-quarto-table-processing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! I really should have updated before posting. It seems to solve the problem, removing lines between rows. However, the lines above the table and below stay, even if I disable quarto processing. Any clues there? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm running Quarto 1.4.151 and following the instructions on using Bootstrap classes for tables here: https://quarto.org/docs/authoring/tables.html#using-bootstrap-classes
The instructions specifically highlight
.borderless
as a possible class. I expected the tables to have no lines or rules at all; just the text in the cells. However, Quarto does not seem to respect the borderless class, and the table looks the same as default.Below I paste a screenshot and a reproducible example which shows that (1)
.borderless
doesn't work, but (2) other Bootstrap classes like.striped
work.Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions