Rules reference Text; headers vary as TEXT and text. Highlights should apply identically.
| TEXT | Value |
|---|---|
| Alpha | 1 |
| Beta | 2 |
| Gamma | 3 |
columnHighlighter: {
rules: [
{ conditionsContainer:[{ logic:'AND', conditions:[{ columnName:'Text', operator:'contains', type:'string', value:'a' }] }],
targets:[{ column:'Text', backgroundColor:'#fff3cd', textColor:'#664d03' }] }
]
}