Hi,
I’m using a dynamic table (https://puravidaapps.com/table.php)
With the HTML doc, I find how to change the table form from Materializecss.com (stripered or bordered …) at the line :
doc.getElementById("myTable").getElementsByTagName('table')[0].className = "bordered";
But I don’t know how to change the differents colors. Where do I have to write “card-panel teal lighten-2” if I want to change the background color for 1 line over 2 ?
Thank you