Is this possible? if so, please steer me in the right direction.
I am trying to color the row “Green”.
$w(“#table1”).selectRow(index).style.backgroundcolor = “green”;
Doesn’t seem to work .
Is this possible? if so, please steer me in the right direction.
I am trying to color the row “Green”.
$w(“#table1”).selectRow(index).style.backgroundcolor = “green”;
Doesn’t seem to work .
Hi,
Please check out the docs of backgroundColor - make sure you’re using it correctly.
Thank you Ohad for reading my posted question.
And also thank you for the reply.
“Make sure you are using it correctly.” That is the problem. i am most definitely NOT using it correctly. so as you sent me a link to read over. It will do me no good to read it if i do not know how to use it correctly.
On an onClick event of a button i would like to change the backgroundColor of a row in #table1, “green”.
I just do not know where to start. Because if i can get this done, then i can use it to do many other things based on what you have taught me here.
Make sure you’re using the right letter case, it should be backgroundColor.