EasyUI Forum

General Category => Bug Report => Topic started by: roberto on March 24, 2017, 08:18:02 PM



Title: pagination on datagrid
Post by: roberto on March 24, 2017, 08:18:02 PM
Hi,

I don't know why but the pagination bar on datagrid does not appear if I set it using getPager.
If I use
Code:
 $('#dg').datagrid('getPager').pagination({layout: ['refresh']});
then the pagination toolbar is not show.


Title: Re: pagination on datagrid
Post by: jarry on March 25, 2017, 05:30:57 PM
Please check to see whether the 'pagination' property is set correctly in the datagrid.


Title: Re: pagination on datagrid
Post by: roberto on March 26, 2017, 05:14:28 PM
hi.

pagination is true.