I am looking to change the color of the header by directly click on the header and
also if column is selected through a click on a list of fields..
For the first task I tried css:
<SPAN class="selector token">.jimu-widget-attributetable .dgrid-header .dgrid-selected</SPAN> <SPAN class="punctuation token">{</SPAN>
<SPAN class="property token">background-color</SPAN><SPAN class="punctuation token">:</SPAN> <SPAN class="token function">rgb</SPAN><SPAN class="punctuation token">(</SPAN>34, 228, 34<SPAN class="punctuation token">)</SPAN>
<SPAN class="punctuation token">}</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>but it doesn't seem to be working.