How can I add spacing between rows in a table? #4487
Unanswered
giglesiasCT
asked this question in
Help
Replies: 1 comment
|
I was able to add spacing between the header and the rows by adding this class in "thead": "[&>tr:last-child]:!mt-3" because the component is adding an invisible row inside the "thead" component, so it can be styled. But in the rows inside the tbody it's not possible.. I tried to render 2 rows for each "item", but it's being added with the selectors and borders |
0 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.
Hi!

I need to add spacing between rows in a table, and borders to each row, like this:
how can I achive it? I was able to add borders to each row by using these classNames in the Table component:
But I'm not reaching the goal of spacing
Thanks!
All reactions