Title: TreeGrid Pagination and Angular Post by: zolotoy on July 02, 2015, 02:15:30 AM I am looking into documentation for a client pagination. I see that I need to have some JS code to make it work. In my case where I am using Angular controllers how I would provide a name of a function that does pagination functionality?
Thanks Title: Re: TreeGrid Pagination and Angular Post by: jarry on July 02, 2015, 03:17:07 PM Do you really want the client side pagination? The client side pagination means that you need to load all the data at a time and navigate it page by page. To achieve this functionality, please call clientPaging method before loading the data. This method is extended from http://www.jeasyui.com/demo/main/index.php?plugin=TreeGrid&theme=default&dir=ltr&pitem=Client%20Side%20Pagination
|