Category: Widget
Resource links
Updated

This solution is summarized from an archived support forum post. This information may have changed. If you notice an error, please let us know in Discord.

Highlighting Match PO Numbers in Table

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.