Skip to content
New issue

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

Striped table columns #31457

Closed
RichardNeill opened this issue Aug 9, 2020 · 1 comment · Fixed by #33354
Closed

Striped table columns #31457

RichardNeill opened this issue Aug 9, 2020 · 1 comment · Fixed by #33354

Comments

@RichardNeill
Copy link

Sometimes, it is desirable to have a table with striped columns (rather than rows).
Here's what we do:

table.table-striped-cols {
tbody td:nth-of-type(odd), thead th:nth-of-type(odd){ background:#f2f2f2; }
}

I propose that this should be an option within bootstrap-core.

@mdo mdo changed the title wish: table-striped-cols Striped table columns Aug 17, 2020
@paprajapati9
Copy link

Hey, so is the issue resolved in the above PR or still open ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants