Row format not working when 2 views are merged

Issue #672 closed
Ulas created an issue

We have an attribute cube and the demand cube where both are merged with SKU dimensions on rows. The row format doesn’t work when we set the condition based on one of the attributes (e.g. Active attribute where it’s no) .

I except the highlighted row should be red.

"rowFormat": {
  "": [
    {
      "dataRow": "Active",
      "condition": "==",
      "value": "no",
      "className": "bg-red-600"
    }
  ]
},

Comments (1)

  1. Ada Trajer

    Hey Ulas, I'm closing the ticket as it's not a bug and the formatting can be applied using new classColumn option.

  2. Log in to comment