Announcement

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

    How to tell is a facet value is minimized in a cube grid?

    Hello,

    Is there any method to check if the user has minimized a facet value in a cube grid? I want to loop through all the facet values and see which ones have been minimized by the user.

    For example:

    Click image for larger version  Name:	check_minimized.png Views:	1 Size:	33.3 KB ID:	258220

    #2
    There's no current API, exposed or not, to return that information, so we'll have to write one.

    Comment


      #3
      Originally posted by Isomorphic View Post
      There's no current API, exposed or not, to return that information, so we'll have to write one.
      Thanks for letting me know. Please keep me updated in this thread if/when you have added support for it.

      Comment


        #4
        We've added a new method, CubeGrid.isFieldOpen(), to SGWT/SC 12.0+ to allow the toggle state to be checked. This will be in the nightly builds dated 2019-06-26 and beyond.
        Last edited by Isomorphic; 25 Jun 2019, 19:59.

        Comment


          #5
          Great, thank you

          Comment

          Working...
          X