Multiple colors in datagrid

0
Hi,   is it possible to change the color of the Status field within the datagrid? Ex: planned –  green text       in progress – yellow text That’s it
asked
2 answers
0

Hi André,

You could achieve this in various ways:

  1. Use dynamic classes based on expression
  2. Check the grid cell styler → https://marketplace.mendix.com/link/component/106254

 

Hope this helps!

answered
0

Hi André,

 

Agree with Radhika, using 

  1. Check the grid cell styler → https://marketplace.mendix.com/link/component/106254

it is easy to implement either via javascript or nanoflow (easy with nanoflow) could add more than 1 condition

Create two nanoflows for your use case and change color according to status

 

Based on experience, dynamic classes are acting different when used in this scenario.

 

answered