Hi at all
Is there a way in ChronoConnectivity to style a Frontend output based on another column?
For example: i have a list with games (team Name A; team Name B; points Team A; Points Team B) the DB is displayed as table. Now i would like to have the name of Team B is colored green if the Number (points) in Team B column is larger then in the column of Team A.
For sure its possible with JS but i'd like to know if we can do such things directly in the view parameters (view type is table)
My Table looks like that:

Note: the Points combines two columns (My.resultat:<span style="font-weight:bold;font-size:20px;">{var:table_results.row.Match.pts_home}:{var:table_results.row.Match.pts_visitor}</span>) so i've got the points in seperate columns in the back...
Is there a way in ChronoConnectivity to style a Frontend output based on another column?
For example: i have a list with games (team Name A; team Name B; points Team A; Points Team B) the DB is displayed as table. Now i would like to have the name of Team B is colored green if the Number (points) in Team B column is larger then in the column of Team A.
For sure its possible with JS but i'd like to know if we can do such things directly in the view parameters (view type is table)
My Table looks like that:

Note: the Points combines two columns (My.resultat:<span style="font-weight:bold;font-size:20px;">{var:table_results.row.Match.pts_home}:{var:table_results.row.Match.pts_visitor}</span>) so i've got the points in seperate columns in the back...