Responsive Tables without Alternating White-Gray Rows?

Responsive Tables without Alternating White-Gray Rows?

SiplingerKopfSiplingerKopf Posts: 4Questions: 2Answers: 0

I have noticed that all examples for responsive tables,
except for the one using Fomantic-UI (formerly Semantic-UI),
display the rows alternately in white and gray.
Is it possible to display the other responsive tables in white,
similar to the Fomantic-UI implementation, as I do not want to use Fomantic-UI?

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 21,337Questions: 26Answers: 4,954
    Answer ✓

    If you are using the default Datatbles styling make sure the stripe class is not included on the table tag. See the Default Styling docs for more details. You might need to remove display and include only the styles you want. If you are using a styling framework then refer to the docs for the framework to remove the stripe class.

    Kevin

  • SiplingerKopfSiplingerKopf Posts: 4Questions: 2Answers: 0

    Thanks for pointing this out, it put me on the right track. Instead of using "display", I have to use "hover", "row-border" and of course omit "stripe".

Sign In or Register to comment.