Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Add facetValue in rowFacet dynamically

    Hello,
    I am trying to add rowFacet value dynamically. I am calling data source to fetch dynmaic values and pushing to rowFacets , but when CubeGrid is drawn rowFacet is not updated with new value. Can you please take a attached script and point me to right direction.
    Thanks,
    Rita
    Attached Files

    #2
    It looks like you're just trying to modify the facets list directly rather than calling any CubeGrid APIs to do the update. This is invalid. Take a look at addFacet/removeFacet, setFacets, or simply create a new CubeGrid.

    Comment

    Working...
    X