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

Filters

Answered
Paul Schlichter asked on June 15, 2016

If the filter rows need to stay inside the flexmonster div, would it be possible to have the ability to show or hide the filter rows. Sometimes we use multiple filter rows and they take up valuable space in the grid causing the pivot table to decrease in size.

2 answers

Public
Iryna Kulchytska Iryna Kulchytska Flexmonster June 15, 2016

Hi Paul,
 
Thank you for posting your question.
First of all, let me provide you with the details on how you can hide/show the filter rows using API. Please use showReportFiltersArea option, as follows: https://jsfiddle.net/irynakulchytska/x0o1tz7b/
Secondly, I would like to inform you about the new property pagesFilterLayout that will be released in 2.3 major release to choose the layout for the report filters

  • horizontal - to organize filters horizontally in 2 rows. This will be a more compact way of filters organization comparing to the current one when they are organized vertically.
  • vertical - the current vertical layout.

This new property might be useful for you in future.
 
Kind regards,
Iryna

Public
Tanya Gryshko Tanya Gryshko Flexmonster December 5, 2016

Hello Paul and all Flexmonster users,
After the release of version 2.3, we would like to provide you with an updated sample for showReportFiltersArea option: https://jsfiddle.net/flexmonster/w1rdqr8e/. This sample also shows how to use our new pagesFilterLayout property. For further details about all available properties please visit Report Object.
Regards,
Tanya

Please login or Register to Submit Answer