Skip to main content

Currently, the card list component allows selecting one or more columns as the Card List Label. This feature works well when using the card list for a specific subject. However, it lacks flexibility when dealing with multiple variations within the card list, such as tasks.

A key limitation is that card list labels cannot be conditionally hidden. I would like to see an option to show or hide columns based on their values—hiding them when they contain null and displaying them when a value is present. The behavior would look something like this:

  • Null values in column labels remain hidden but appear when a value is available.
  • Labels should follow a structured format and avoid excessive display clutter.
  • Currently, empty (null) values are shown, which should not be the case.

I believe applying the standard layout logic to this feature would improve consistency and make the logic more intuitive to use.

 

NewOpen