Forum Discussion
_anomDiebolt_
9 years agoQrew Elite
Use the image onload technique with script similar to this:
$("table.searchResults thead tr:eq(0) td:eq(1)").css("background-color", "#FFE173");
$("table.searchResults thead tr:eq(0) td:eq(2)").css("background-color", "#E84F3A");
$("table.searchResults thead tr:eq(0) td:eq(3)").css("background-color", "#8C4CFF");
$("table.searchResults thead tr:eq(0) td:eq(4)").css("background-color", "#3AE8E5");
$("table.searchResults thead tr:eq(0) td:eq(5)").css("background-color", "#B2FF40");
See screenshot of manually executing this code through the console.
Colors selected through Adobe Kuler with these settings:
https://goo.gl/RnYbim

$("table.searchResults thead tr:eq(0) td:eq(1)").css("background-color", "#FFE173");
$("table.searchResults thead tr:eq(0) td:eq(2)").css("background-color", "#E84F3A");
$("table.searchResults thead tr:eq(0) td:eq(3)").css("background-color", "#8C4CFF");
$("table.searchResults thead tr:eq(0) td:eq(4)").css("background-color", "#3AE8E5");
$("table.searchResults thead tr:eq(0) td:eq(5)").css("background-color", "#B2FF40");
See screenshot of manually executing this code through the console.
Colors selected through Adobe Kuler with these settings:
https://goo.gl/RnYbim

- GauravSharma39 years agoQrew CommanderHi Dan,
In one of my scenario I tried to put the legend on the report but it shows only on the default report.
Is there any way where we can mention the report id?
Thanks,
Gaurav