Dynamic Row Colors AND Separate Grid-Wide Filters for Same Datatype Attributes

0
I’m facing a challenge where I need to implement the following: Dynamic Row Colors Based on Attribute Values: I can achieve this using DataGrid 2 by applying conditional styling, but I haven’t found a way to do this with the original DataGrid. Separate Grid-Wide Filters for Attributes of the Same Data Type: For example, I need to have separate filter dropdown reference lists for Supplier and Customer attributes, even though they share the same data type. Currently, the filter combines values from both attributes into a single list. This works as intended in the original DataGrid. I know it can handled in column filters but I do not need extra columns jut to use the filters. Is there a way to combine both functionalities in a single grid—whether using DataGrid or DataGrid 2?
asked
1 answers
1

In data grid 1 you can sometimes work with CSS to achieve dynamic row colors. There should be some examples on the forum. However data grid 1 is no longer supported with the new react client.

Additional filters for data grid 2 aren't there (yet). There's some requests in the idea forum for that (e.g. https://community.mendix.com/link/space/widgets/ideas/4701), but no statement from Mendix if and when such a feature would be available.

answered