EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: juancitop on May 09, 2018, 12:39:43 PM



Title: How to determine if the filter is enabled in a datagrid
Post by: juancitop on May 09, 2018, 12:39:43 PM
I need to know when the filter is visible or not in a datagrid.

Thanks in advance.


Title: Re: How to determine if the filter is enabled in a datagrid
Post by: stworthy on May 10, 2018, 02:42:06 AM
One possible method is to call 'getFilterComponent' method to get a filter component, if it does not exist, the filtering functionality is disabled.