EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: sky-t on May 16, 2017, 09:06:56 AM



Title: Datagrid Footer close panel
Post by: sky-t on May 16, 2017, 09:06:56 AM
i am using var f = $('#dg').datagrid('getPanel').panel('footer');

is there a possibility to close the footer when i want to?


Title: Re: Datagrid Footer close panel
Post by: stworthy on May 17, 2017, 01:07:04 AM
If you would like to hide the panel footer, please call the 'hideFooter' method. This method is extended from https://www.jeasyui.com/forum/index.php?topic=6630.0


Title: Re: Datagrid Footer close panel
Post by: sky-t on May 17, 2017, 02:34:29 AM
Thank you so much!