angularjs - ag-grid: Highlight cells in a row where the value of a particular cell is different to that of the previous row -


i'd apply conditional formatting each cell of row compared cell in previous row. if differs row highlighted.

example of desired output

i'm using ag-grid in angular js typescript. possible? if provide me steps apply entire table of data?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -