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

Setting permanent filter ?

Answered
Luka Erkapic asked on December 14, 2015

Is there a way to set filter that can't be removed from flexmonster component by user ?
I would like to have filter locked.

1 answer

Public
Ian Sadovy Ian Sadovy Flexmonster December 14, 2015

Hello,
 
Thank you for the question.
It's possible to disable filtering from UI using the following parameter in the XML configuration:

<params> 
...
<param name="showFilter">false</param>
<param name="showFilterInCharts">false</param>
...
<params>

So, filtering will be locked for the user and available only via API and configuration.
Please let me know if it works fine for you.
 
Regards,
Ian

Please login or Register to Submit Answer