GriddleGriddle / Griddle

Simple Grid Component written in React
http://griddlegriddle.github.io/Griddle/
MIT License
2.5k stars 378 forks source link

Pass down TableBody style and className #723

Closed JesseFarebro closed 7 years ago

JesseFarebro commented 7 years ago

Griddle major version

1.5.0

Changes proposed in this pull request

className and style are fetched from the store but never passed down to the original component.

Why these changes are made

If a user wants to keep the original TableBody container but wants to override the style or className.

Are there tests?

No

dahlbyk commented 7 years ago

Thanks!