Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searching filtered data #3627

Closed
Penetrator80 opened this issue May 29, 2015 · 7 comments
Closed

Searching filtered data #3627

Penetrator80 opened this issue May 29, 2015 · 7 comments

Comments

@Penetrator80
Copy link

I use ng-grid 2. Why searching the data takes place only on the page, but not in all records? how to avoid it?

@PaulL1
Copy link
Contributor

PaulL1 commented May 29, 2015

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.

@PaulL1 PaulL1 added this to the 2.x.next milestone May 29, 2015
@Penetrator80
Copy link
Author

I mean that grid reads all data. but search only data which are provided on page. it is bad

@c0bra
Copy link
Contributor

c0bra commented Jun 2, 2015

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?

@Penetrator80
Copy link
Author

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

@PaulL1
Copy link
Contributor

PaulL1 commented Jun 8, 2015

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.

@c0bra
Copy link
Contributor

c0bra commented Jun 19, 2015

We'll take a PR for this against the 2.x branch but other than that a fix is not likely.

@AgDude
Copy link
Contributor

AgDude commented Nov 17, 2015

This issue was moved to angular-ui/ng-grid-legacy#6

@AgDude AgDude closed this as completed Nov 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants