Style of cell not updating on sorting - Flexmonster js

32 Views Asked by At

I'm validating data on server side. I need to highlight the cell based on invalid data got through API call response. On initial render, I set style for invalid data, but on sort cell label values getting sorted but styles don't update.

Image - On initial render table view

Image - After sort table view

I need to sort cell label value with its styles set on initial render. How to achieve this?

0

There are 0 best solutions below