I'm really struggling with the following:
<td class="left {{tableStyle}}" {{background}} >{{value}}</td>
And my JS code:
{'background':'style="background-color:red;"'}
This results into Failed to execute 'setAttribute' on 'Element': 'style="background-color:red;"' is not a valid attribute name.
I tried insert only values (e.g. style={{data}}) etc. but this is not even possible to run.
backgriundtobackground.