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

Server Side Filtering #2

Open
krutoileshii opened this issue May 20, 2014 · 3 comments
Open

Server Side Filtering #2

krutoileshii opened this issue May 20, 2014 · 3 comments

Comments

@krutoileshii
Copy link

Can you suggest the best way to move the filtering an pagination out to the server?

Currently working with a db with over a million records and would like to hit the db for filtering, pagination and sorting.

@pontikis
Copy link
Owner

Concerning filtering you may use useFilters: false So, you can manage filtering in anyway you want. At this time, there is not a similar option for pagination.

@krutoileshii
Copy link
Author

I'm just learning a but of php and trying to make a wrapper class to your
plug-in using Laravel. After looking at the code you have I think I have
an idea on how to do it.
On May 20, 2014 11:34 PM, "Christos Pontikis" [email protected]
wrote:

Concerning filtering you may use useFilters: false So, you can manage
filtering in anyway you want. At this time, there is not a similar option
for pagination.

Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-43713887
.

@pontikis pontikis added this to the Release 2.0.0 milestone May 31, 2014
@derrekbertrand
Copy link

A bit old, but I too am using this in Laravel development! This is a controller that responds to basic fetch and sort functionality: https://gist.github.com/derrekbertrand/23157faf0aa982fd71b6

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

No branches or pull requests

3 participants