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
I need to sort cell label value with its styles set on initial render. How to achieve this?