cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to add color context row with javascript?

Former Member
0 Kudos

Hi,

Is it possible to add color context rows for a graphic object with javascript?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Kudos

The match syntax changed between version 12.0 and 12.1, so my recommendation to you is to build an iGrid template the way you would like to do it with javascript, then export the display template from the workbench.

Open the template in a text editor and observe the format for the MatchValues, MatchColumns, and MatchColors strings.

Then your javascript will follow the document.APPLET.gridObject().setMatchXXX("xxxx"); as shown in the script assistant.

Answers (0)