-
Notifications
You must be signed in to change notification settings - Fork 8
Searching filtered data #6
Comments
From @PaulL1 on May 29, 2015 9:43 It's not at all clear what you mean. If you mean only data available to the grid, then the grid can only search what it can see. If you're running some sort of paging with data on the server, then the grid cannot search data that's on the server. |
From @Penetrator80 on May 29, 2015 10:24 I mean that grid reads all data. but search only data which are provided on page. it is bad |
From @c0bra on June 2, 2015 15:7 Do you mean that you're using paginagtion and filtering and when you apply a filter it only filters the data on the current page, rather than on the entirety of the grid's data? |
From @Penetrator80 on June 8, 2015 6:32 Yes, Boss! in 3rd version is this issue too? |
From @PaulL1 on June 8, 2015 6:41 In 3.0 it filters before it does pagination, so if all the data is on the UI, it should page the data after filtering. |
From @c0bra on June 19, 2015 17:37 We'll take a PR for this against the 2.x branch but other than that a fix is not likely. |
From @Penetrator80 on May 29, 2015 8:30
I use ng-grid 2. Why searching the data takes place only on the page, but not in all records? how to avoid it?
Copied from original issue: angular-ui/ui-grid#3627
The text was updated successfully, but these errors were encountered: