Hello, is it possible to hide the expand/collapse triangle buttons for specific facet values? There are some facet values that have just a single row, so there is no reason we'd want to show the toggle for minimizing the FacetValue. I looked through the docs and did some experimentation but couldn't figure out if this is possible per FacetValue. I tried the facetValue.setCanCollapse(false) but this did not work, possibly because the facet values aren't set up to be hierarchical - however this was a few weeks ago when I tried it, so maybe I did something wrong.
See screenshot - here we would want to hide the minimize toggle for the "plan" stage.
See screenshot - here we would want to hide the minimize toggle for the "plan" stage.
Comment