Need a special offer?Find out if your project fits.
+

Row filters position

Answered
Zoltan asked on April 30, 2024

Hello,

I created a report with 6 rows in trial version. Each row filter displayed in a separate div under each other. So there are unnecessary rows with empty cells was created next to them. 

Is there any way to move/display row filters into Filters area or display them next to each other without these rows with empty cells?

Zoltan

 

4 answers

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster April 30, 2024

Hello, Zoltan!

Thank you for reaching out to us.

Kindly note that leaving a separate row for each filter header is the expected behavior of the Flexmonster compact view. For your case, we recommend trying the classic view.
Here is the demo showing the difference between the two mentioned layouts in Flexmonster: https://www.flexmonster.com/demos/js/classic-view/.

You can switch to the classic view from the code as follows:

report: {
//other report properties
options: {
grid: {
type: "classic",
},
// other options
},
}

Hope you will find our answer helpful.

Kind regards,
Solomiia

Public
Zoltan April 30, 2024

Dear Solomiia,

 

I tried classic view with expandAll (6 levels). I received the following message when I scrolled through:
Too many columns for classic form. The layout was switched to compact form.

Level6 rows contain long text cell. 
How can I display this text on mouseover of a level5 cell?
If I can do this then this row can be removed from the grid.

Kind regards,
Zoltan

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster May 2, 2024

Hello, Zoltan!

Thank you for your swift response.

Kindly note that Flexmonster switches to the compact view from the classic when there is not enough space for scrollable content(with values).

To avoid automatically switching to the compact form, please consider the following steps:

  1. Increase the HTML container size for the pivot table component, e.g., https://jsfiddle.net/flexmonster/c3o1sm0f/.
  2. Resize some columns on the frozen area to leave more space for the scrollable area.
  3. Try using Flexmonster in fullscreen mode so that there is more place for the columns to be drawn.

Regarding your question about showing long content inside the tooltip, please check the following example: https://jsfiddle.net/flexmonster/u0Lvcmzq/.

Hope you will find our answer helpful.

Kind regards,
Solomiia

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster May 9, 2024

Hello, Zoltan!

Hope you are doing well.

Our team is wondering if you had some time to check our previous response. Could you please let us know if the suggested approach of showing long content inside the tooltip was helpful?

Looking forward to hearing from you.

Kind regards,
Solomiia

Please login or Register to Submit Answer