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
Especially for columns with a limited set of values (e.g. boolean, states, ...) it would be helpful to select one (or several) values from a dropdown menue instead of typing values to the filter-input. (For boolean values even this is not possible at the moment).
I don't think we should add a dependency on jQuery. If we can craft something using react-bootstrap (which we depend on already), I'm all for it.
We'll probably have to make the filter component exchangeable on a per-row basis. We could technically render different fields depending on the column key, which is passed into the Filter component, but I guess that will make things pretty complicated.
For boolean values even this is not possible at the moment
Could you please create a separate issue for that?
Especially for columns with a limited set of values (e.g. boolean, states, ...) it would be helpful to select one (or several) values from a dropdown menue instead of typing values to the filter-input. (For boolean values even this is not possible at the moment).
In my imagination the filter input (for certain columns) could be replaced by a multiselect (e.g. https://github.com/ehynds/jquery-ui-multiselect-widget):
The text was updated successfully, but these errors were encountered: