how to add different colors to cells based on condition in exported table.
how to add different colors to cells based on condition in exported table.
Arudian
Posts: 11Questions: 5Answers: 1
Hi,
i am trying to add colors to cells in the export excell file.
Thanks to @HPB i am able to add it, but only one color...
https://datatables.net/forums/discussion/42978/excelhtml5-color-predefine
Not sure how this js works, could someone please give me advice, how to change it so that i can add let's say green color if its below 60 ? and red if its above 60 ?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
This should do it:
live.datatables.net/redorefa/4/edit
Thank you !!