When using the form view with many rows, if I expand all, only the rows are visible as shown in the attached screenshot, but the actual data values are not displayed.
I think horizontal scrolling should be enabled, but currently, there is no horizontal scroll functionality.
Could you please let me know how I can enable horizontal scrolling or fix this issue?
Hello,
Thank you for the question.
Please note that the behavior of non-scrollable rows is intended in the classic view. This means that the classic view is designed to have a frozen area with members and then a scrollable area with values so that users always know which members they're analyzing.
With the classic grid layout and the autoSwitchToCompact
property set to false
, the frozen rows area can become too large, leaving no space to show the data. In the default flow, when this option is set to true
, Flexmonster prevents this from happening by automatically switching to a compact view.
If you want a horizontal scroll for both the frozen and values area, we suggest increasing the width of the component's container and adding a horizontal scroll to it. You are welcome to check the following JSFiddle illustrating the idea: https://jsfiddle.net/flexmonster/acwj9dsn/. Alternatively, you can use Flexmonster in full-screen mode so that there is more space for the columns to be drawn.
Hope you will find our answer helpful.
Kind regards,
Nadia