I am using ngx-datatable with Angular 7. I need to update the table row color dynamically according to the color value which is comes with the data set.
I have tried rowClass feature. But it is not the what I am looking for.
How can I set the row background-color dynamically with color code in data set?
Here is the stackblitz