dmk99 / react-pdf-table

Storybook Available
https://dmk99.github.io/react-pdf-table
MIT License
152 stars 62 forks source link

Add row zebra styling #42

Closed nathanpdaniel closed 2 years ago

nathanpdaniel commented 2 years ago

Adds row styling to allow alternating row colors. New props on Table or TableBody are zebra, evenRowColor, and oddRowColor.

To default alternating colors, simply add the zebra prop to Table or TableBody, or add evenRowColor with the desired color value (lightgray, #cccccc, red, etc.)

dmk99 commented 2 years ago

Thanks for adding this feature!