Hi, the table on my android mobile shows no description column and that’s why I used ‘standard row’ for the first row (also).
Is there a solution for it?
Another solution I might even like more is to change the color of the first row top from green to red
Hey!
Try with this settings in the Table element:
http://screencast.com/t/QthFv9twJ4G
Best regards,
Josue
Hey!
Try adding this code to the Quick CSS:
li.avia-heading-row {
background: red !important; /* Change red by the color of your preference */
}
Result:
Cheers!
Josue