T
Thierry Ciot
Guest
In V4.0.4, we have fixed some spacing issues for items in the second column (they were missing the separator). I'm not sure this is the issue you are seeing, though, as you provided one screenshot I can't compare how it should render. What it could be is that items in each column do not have the same height and thus do not stack up the same way. We have a property to control how to render the dashboards. The property is: /* False to render as in classic ui (where a new row is started only when there is a section of type span). When set to true a new row is started after a left and right section */ rb.newui.options.genericPage.leftRightSectionPairStartsNewRow It essentially controls how the left and right column items stacks-up (try collapsing items and see how the other items fill the space or not based on the whether the property is true). I will look for an example and show its effect in a subsequent post. Thierry.
Continue reading...
Continue reading...