Search code examples
filtertreeiccube

IcCube - Treefilter without scrollbar and with only limited number of elements


We try to use the treefilter in IcCube to show categories with subcategories. Now we discovered two problems, we don't know, how to fix:

  1. We have 15 categories on level 1, but only the first 11 of them show. There is some space underneath, so it doesn't seem to be cut due to rendering:

  1. We are not able to activate a vertical scrollbar, so when we unfold the tree, there are parts we cannot see anymore. The hotizontal scrollbar is there, but once the tree is too big (image 2) it can't be used anymore as well.

Did we do something wrong and there are options we didn't see, or are our problems due to some bugs in this widget?


Solution

  • Point 1) Try to increase Max Member Count property on the Query Wizard tab of the widget (this number is for all the members to be managed, not only level 1 items)

    Point 2) Try adding {"cssStyle":"overflow:auto"} in the Content CSS property of the Box tab of the widget.