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
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
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
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:
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
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
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
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
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
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
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