Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Searching filtered data #6

Open
AgDude opened this issue Nov 17, 2015 · 6 comments
Open

Searching filtered data #6

AgDude opened this issue Nov 17, 2015 · 6 comments

Comments

@AgDude
Copy link
Contributor

AgDude commented Nov 17, 2015

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

@AgDude
Copy link
Contributor Author

AgDude commented Nov 17, 2015

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.

@AgDude
Copy link
Contributor Author

AgDude commented Nov 17, 2015

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

@AgDude
Copy link
Contributor Author

AgDude commented Nov 17, 2015

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?

@AgDude
Copy link
Contributor Author

AgDude commented Nov 17, 2015

From @Penetrator80 on June 8, 2015 6:32

Yes, Boss! in 3rd version is this issue too?

@AgDude
Copy link
Contributor Author

AgDude commented Nov 17, 2015

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.

@AgDude
Copy link
Contributor Author

AgDude commented Nov 17, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant