Conditional Bold Text in a Table

I have a normal table with one boolean column that want to dictate if the entire row text is bolded or not bolded. I can’t find anything helpful under the Table Customizer. The two things I can think of is to use the getDisplayTetx for every column single column and add a <HTML><b> to the text. Or, make my query so that it adds the <HTML><b> to the text to the display columns.

What’s the easiest way to do that in Ignition?

If you can perform the logic to determine whether a row should be bolded entirely in the query, then changing the query is absolutely the most performant way to do this. However, if you ever want to exfiltrate your data, ie, system.dataset.exportExcel, your HTML formatting and prefix will be there.