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

Search option on table view #41

Closed
mendrik opened this issue Jan 31, 2014 · 2 comments
Closed

Search option on table view #41

mendrik opened this issue Jan 31, 2014 · 2 comments

Comments

@mendrik
Copy link

mendrik commented Jan 31, 2014

Is there btw a configurable search option for table views? Let's say I have 50000 records, it's quite cumbersome to page through them. Some config for Search over "columns: [...] would be already an improvement.

@simov
Copy link
Owner

simov commented Jan 31, 2014

Take a look at this: https://github.com/simov/express-admin/releases/tag/1.1.8 also here: https://github.com/simov/express-admin-examples/blob/master/examples/config/settings.json#L1246
You can pull and run the examples to see how it's done.

Essentially what I'm showing you is how to configure the search filter for the listview. Your search settings are saved in your session so as long as you are logged in the filter is applied each time.

If there is anything that comes to you mind I'm open for suggestions.

@mendrik
Copy link
Author

mendrik commented Jan 31, 2014

Oh I didn't see that config, my bad. I'll try it out, thanks!

@simov simov closed this as completed Feb 25, 2014
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

2 participants