EasyUI Forum

General Category => Bug Report => Topic started by: hande89 on December 04, 2014, 04:33:04 AM



Title: Treegrid remove and pagination
Post by: hande89 on December 04, 2014, 04:33:04 AM
www.jeasyui.com/easyui/demo/treegrid/clientpagination.html

If I remove a node, I can't use pagination anymore.

Code:
$('#tg').treegrid('remove',21);

This code removes task "Databases" under "Designing", but "Testing" on the second page can't be displayed anymore.


Title: Re: Treegrid remove and pagination
Post by: jarry on December 04, 2014, 08:42:42 AM
The 'remove' method has been overridden, please try this example again.


Title: Re: Treegrid remove and pagination
Post by: hande89 on December 04, 2014, 02:02:59 PM
Still not working if I move to the second page and remove node "Testing", I can't return to first page.

Code:
$('#tg').treegrid('remove',4);


Title: Re: Treegrid remove and pagination
Post by: jarry on December 04, 2014, 04:01:20 PM
Please refresh your browser and try it again.