EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: varonica on August 22, 2013, 07:24:50 PM



Title: Display footer below combobox column in datagrid
Post by: varonica on August 22, 2013, 07:24:50 PM
Hi, I'm trying to display a value in footer and everything went well except combobox. It shows nothing :( please help me!!!
(http://www.jeasyui.com/forum/index.php?action=dlattach;topic=2085.0;attach=405)


Title: Re: Display footer below combobox column in datagrid
Post by: stworthy on August 22, 2013, 11:44:41 PM
Please try to call 'reloadFooter' method to load footer rows.
Code:
$('#dg').datagrid('reloadFooter',[
{productname:'a',listprice:'b',unitcost:'c',attr1:'d'}
]);


Title: Re: Display footer below combobox column in datagrid
Post by: varonica on August 23, 2013, 12:35:46 AM
Thanks, it works!!!!  8) 8) 8) 8) 8) 8) :-* :-* :-* :-* :-*