We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

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

 

9 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

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster May 21, 2024

Hello, Zoltan!

Hope you are having a great week.

Just checking in to ask if the suggested approach of showing long content inside the tooltip works well for your case.

Looking forward to hearing your feedback.

Kind regards,
Solomiia

Public
Zoltan May 22, 2024

Hello Solomiia,

Suggested solution worked but for readability I had to limit the ouput text in the last hierarchy column too.

Kind regards,
Zoltan Sutto

Public
Maksym Diachenko Maksym Diachenko Flexmonster May 23, 2024

Hello, Zoltan!

Thank you for your reply.
We are glad to hear that the proposed approach of showing long strings in tooltips works for you.
Feel free to contact us if more questions arise.

Best Regards,
Maskym

Public
Zoltan May 28, 2024

Hello, Maskym!

I have found an example how can I add empty columns as needed.
https://www.flexmonster.com/question/create-a-spacer-column/
How can I set the width of these spacer columns lesser then 50px?

Kind regards,
Zoltan

Maksym Diachenko created a new ticket #66350 from this answer
Public
Maksym Diachenko Maksym Diachenko Flexmonster May 30, 2024

Hello, Zoltan!

Thank you for writing to us.
We have forked this question to a separate ticket. You are welcome to check our response here: https://www.flexmonster.com/question/how-to-set-column-width-less-than-50px/#answer-66369 

Best Regards,
Maksym

Please login or Register to Submit Answer