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

Download the table with css style. #11

Closed
Junjie2412 opened this issue Aug 28, 2018 · 3 comments
Closed

Download the table with css style. #11

Junjie2412 opened this issue Aug 28, 2018 · 3 comments

Comments

@Junjie2412
Copy link

My react tables have some cells with background color. Is there some way to download the table in such a way that it retains the background color of the cells?

Thank you.

@Junjie2412
Copy link
Author

Sorry fixed this. used style instead of classname

@puzant
Copy link

puzant commented Sep 13, 2020

having the same issue used style & className but neither is working

@shankar343
Copy link

Use Inline style for the table cells having different color.
Ex- <td style={{backgroundColor : color}}>CELL

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

No branches or pull requests

3 participants