All the codes that I've research are not acceptable in Google App Maker. Can somebody help me to solve this issue?
Sample image below: Ctto https://bootsnipp.com/snippets/50E5W
All the codes that I've research are not acceptable in Google App Maker. Can somebody help me to solve this issue?
Sample image below: Ctto https://bootsnipp.com/snippets/50E5W
Your question is really really bad. You should include at least a code snippet of what you've tried so far. Anyways, put the following css at the Page style level of where your table is and you should be good to go.
.app-ListTableRow:nth-child(even){
background-color: mistyrose;
}
.app-ListTableRow:nth-child(odd){
background-color: lightgreen;
}