Skip to content

Remove border on the table #5747

Answered by adidahiya
atans96 asked this question in Q&A
Discussion options

You must be logged in to vote

Are you referring to the Table component from the @blueprintjs/table package?

If you want to apply custom styling, you'll need to inspect the rendered DOM, find the relevant CSS selectors for the "border" appearance, and override them with custom styles. There are no guarantees that this won't break table layout logic if you change the layout & sizing of the Table component.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adidahiya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #5033 on November 09, 2022 20:17.