thehyve / react-json-to-table

react-json-to-table
GNU General Public License v3.0
36 stars 28 forks source link

passing in styles #13

Open justin-seo opened 4 years ago

justin-seo commented 4 years ago

Are there any examples of passing in styles into JsonToTable? Tried passing some stying in but it doesn't seem to apply. Any help would be appreciated!

dev-sachin-chauhan commented 3 years ago

If you see the code, style is just part of the component props, but it is nowhere being used.

mayuri2307 commented 2 years ago

@dev-sachin-chauhan so can we pass stylings for individual row?