Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

153
Views
How to change background of edited rows in ag-grid-react?

I'm using ag-grid-react to render my data into table format. It's an editable table, and I want to highlight the row when a user changes any cell in the row. I am using rowClassRules to add the changes like this:

<AgGridReact
rowData={data}
...otherprops
[rowClassRules] : {{
[styles.editedRow] : function(params) {
  [what shall I add here?]
  return true;
}
}}
>

I'm not sure how to check if the field was updated in rowClassRules. I can access the data and rowId of the edited row, but now sure how to use it to add appropriate styles.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!