Download the table with css style.
Junjie2412 opened this issue · 3 comments
Junjie2412 commented
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 commented
Sorry fixed this. used style instead of classname
puzant commented
having the same issue used style & className but neither is working
shankar343 commented
Use Inline style for the table cells having different color.
Ex- <td style={{backgroundColor : color}}>CELL