AngularJS ng-grid with paging sorting the whole data
I am ng-grid with paging and client side sorting enabled. When I click on
a column header to get the data sorted, it works. But it sort only the
data on current page. I mean I can each page sorted. I want it to sort all
data and display current page. For example if I am at page 2 and sort by
name it should sort whole data by name and show me the page 2. Is it
possible?
Thanks
No comments:
Post a Comment