ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: Mendrace on May 15, 2016, 11:53:20 pm
-
Hi.
Another question :)
Is there a way to toggle the visibility of header filter?
Thanks
-
Yes, it's simply a matter of toggling filterModel.header option.
listener: function(){
this.option('filterModel.header', !this.option('filterModel.header'));
this.refresh();
}
Example: http://paramquery.com/pro/demos/filter_header_local
-
Ok. Thanks for your help :D