EasyUI Forum

General Category => Bug Report => Topic started by: roberto on February 12, 2017, 06:57:54 PM



Title: ShowFilterBar and groupview
Post by: roberto on February 12, 2017, 06:57:54 PM
Hi,

If view is set to groupview then showFilterBar does not work.


Title: Re: ShowFilterBar and groupview
Post by: jarry on February 12, 2017, 10:51:11 PM
Please look at this example http://code.reloado.com/umemam3/edit#preview. It works fine.


Title: Re: ShowFilterBar and groupview
Post by: roberto on February 13, 2017, 04:05:41 AM
tks, but I want to hide the filter bar (showFilterBar: false) but it does not work if rownumbers is false.


Title: Re: ShowFilterBar and groupview
Post by: jarry on February 13, 2017, 06:22:20 AM
Just set the 'showFilterBar' property to false. This is the updated example http://code.reloado.com/umemam3/2/edit#preview. It works fine.
Please download the 'datagrid-groupview.js' file from http://www.jeasyui.com/extension/datagridview.php


Title: Re: ShowFilterBar and groupview
Post by: roberto on February 13, 2017, 09:32:34 AM
ok,
tks