Is it possible to dynamically pass a value to a table column instead of "12"? I have created an item called "P_Itm_val" for this purpose. Please refer to the attached image for more information.
$('td[headers = "12"]').each(function() {
$(this).css({"background-color":"whitesmoke"});
$(this).css({"color":"green"});
$(this).css({"font-weight":"bold"});
});