EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Wojak on February 06, 2023, 03:39:58 PM



Title: DataGrid Filter Row problem after recreate datagrid component
Post by: Wojak on February 06, 2023, 03:39:58 PM
Hi,
I found out after recreating datagrid while the filter is enabled, the filter fields are gone. It shows that they are enabled but are hidden


Title: Re: DataGrid Filter Row problem after recreate datagrid component
Post by: jarry on February 06, 2023, 07:11:35 PM
Once you create the datagrid, you should call the 'enableFilter' method to enable the filtering feature again.


Title: Re: DataGrid Filter Row problem after recreate datagrid component
Post by: Wojak on February 07, 2023, 01:45:22 AM
I did it by using "disableFilter" before recreate of the datagrid and it works  :)