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

Default Sorting instructions #6

Open
stan74fr opened this issue Mar 24, 2017 · 0 comments
Open

Default Sorting instructions #6

stan74fr opened this issue Mar 24, 2017 · 0 comments

Comments

@stan74fr
Copy link

Hi there
I am implementing filteriffic. I am looking at the example.
I have no need to have the user change the default sorting. before implementation this is what my index was retrieving
@contacts = Contact.order('last_name ASC').order('first_name ASC').paginate(page: params[:page])

how could i keep on having the same after filterffic implementation only for searching in that pre-sorted table. best

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

No branches or pull requests

1 participant