How to change a row color in a table.

0
I have a table having multiple rows. In some rows lets say "status are completed and not completed". I want to change the row color of completed row.
asked
2 answers
1

I dont think this is possible in a grid view. Unless you want to use a template grid, I would suggest adding a checkmark or some other indication for the status. Take a look at the Excel import module, it has a nice looking table.

answered
0

try this module: https://appstore.home.mendix.com/link/app/877/Flock-of-Birds/Data-Grid-Extension-(Flex-Headers)

 

Content based Table Row Styling: The CSS class of a row in a table is changed based on the value of a columns. Booleans, enumerations and string can be used. When a column is made width of 0 it can be used for the styling but will not shown.

answered