Hi Team,
I have a table data as below, where i would like to change the color of only
UserID
UserName
ActiveTime
InitiatedBy
InitiatedDate
ApprovedBy
ApprovedDate
ApprovalStatus
Status
Edit
Approval
.Js file
if (approveview == true && changestatus == false) {
/* $("#status").hide(); */ // I dont want o hide the status just change the color of the status
console.log("print 1");
Can anyone suggest me please.
Sachin SinghPosted Jun 30, 2021, 7:23 AM