Headers are prettified (Available Ports, LDAP) while the rules reference AvailablePorts and Ldap. Highlights should map correctly.
| Name | Available Ports | LDAP |
|---|---|---|
| Node A | 12 | true |
| Node B | 0 | false |
| Node C | 7 | true |
columnHighlighter: {
rules: [
{ conditionsContainer:[{ logic:'AND', conditions:[{ columnName:'AvailablePorts', operator:'gt', type:'number', value:0 }] }],
targets:[{ column:'AvailablePorts', backgroundColor:'#cff4fc', textColor:'#055160' }] },
{ conditionsContainer:[{ logic:'AND', conditions:[{ columnName:'Ldap', operator:'eq', type:'bool', value:true }] }],
targets:[{ column:'Ldap', backgroundColor:'#d1e7dd', textColor:'#0f5132' }] }
]
}