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

Support independent configuration of global search field in ufTable #805

Open
alexweissman opened this issue Oct 16, 2017 · 3 comments
Open
Labels
core feature request Feature request frontend The frontend interface
Milestone

Comments

@alexweissman
Copy link
Member

We already support a global search control for ufTable - it becomes visible automatically when the table reflows for mobile views. Some people may want to enable it even for non-mobile views though, so we should support this as a configuration option.

To complement this, we should also have a way to disable the per-column search controls.

It's unclear whether we should support a scenario where you'd have both global and per-column search enabled at the same time 🤔

@alexweissman alexweissman added core feature request Feature request frontend The frontend interface labels Oct 16, 2017
@ssnukala
Copy link
Contributor

I am thinking we should use that as a config option, either Global or Column based search, don't see a situation where both will be needed.
One use case is that if you want to just search a specific value in the global search then you can do something like Outlook Search - <field>:<value> e.g. from:[email protected] so the value preceding the : will indicate the specific column to search otherwise this will be a global search.

@stale
Copy link

stale bot commented Mar 26, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Mar 26, 2020
@stale stale bot closed this as completed Apr 2, 2020
@alexweissman
Copy link
Member Author

This is still a problem.

@alexweissman alexweissman reopened this Dec 1, 2020
@alexweissman alexweissman removed the wontfix This will not be worked on label Dec 1, 2020
@lcharette lcharette added this to the 6.0.0 milestone Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core feature request Feature request frontend The frontend interface
Projects
Status: References
Development

No branches or pull requests

3 participants