Open
Description
I have more than 5000 data in my sql server. so need to show partially data on pagination 500 rows per page. here my function fetch 500 record as per page size and page index at time. i have problem is when i pressed last button then get last 500 records and on bind to ui-grid it was refresh page and show page number 1 instead of last number. here also pagechanged event call twice.