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

Feature: filter numerical columns as range #7

Open
gdubicki opened this issue Aug 24, 2021 · 2 comments
Open

Feature: filter numerical columns as range #7

gdubicki opened this issue Aug 24, 2021 · 2 comments

Comments

@gdubicki
Copy link
Contributor

Hi, thanks for a great tool!

It would be even greater if it would be possible to filter numerical columns as range.

This would allow queries like: "show me the instance types that provide >= 60GB of RAM".

I think that this could make it possible pretty easily: https://datatables.net/plug-ins/filtering/row-based/range_numbers

@Burekasim
Copy link
Collaborator

Hi @gdubicki

You can already filter today based on CPU and RAM:
image

How do you think we should implement this requirement in the UI?

@gdubicki
Copy link
Contributor Author

Oh, I am sorry, I didn't notice that row in the UI at all... And I was trying to use the search fields for filtering to a range. 🤦‍♂️

Frankly in my opinion text search doesn't make sense for numerical values. I would replace a single "Search" text field for each of them with two separate fields, like "Min" and "Max", for range filtering on those columns.

@Burekasim Burekasim reopened this Nov 12, 2021
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