Canvas - Change color in Data table

Hi,
I have an problem that i don't know how to change color of the row where Total journeys are less than for example 8000.

This is my code:

filters
| essql query="SELECT total_journeys as \"Total journeys\" , datevalue as \"Date\", host.name as 
\"Server\" FROM \"monitoring*\""
| mapColumn "Date" fn={getCell column=Date | formatdate "YYYY-MM-DD"}

| table 
  font={font family="Chalkboard, 'Comic Sans', sans-serif" size=24 align="center" weight="bold" 
 underline=false italic=false}
 showHeader=true paginate=true perPage=15

| render containerStyle={containerStyle}

How use here an if statement ?

@AstroSlazak It's not currently possible to style the table row dynamically based on the data in that. You may file a feature request in the Kibana repo.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.