You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🤔
The text was updated successfully, but these errors were encountered:
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.
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.
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 🤔
The text was updated successfully, but these errors were encountered: