Issue
I need to highlight all the PO numbers in a table using JavaScript. Does anyone know how to do it?
Resolution
The solution involves writing a condition in the Cell background property of a table's column settings to check if the PO number matches.
Here’s a sample app that demonstrates how to achieve it. You can fork it to check the code.