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

Custom filtering on single column #848

Closed
galdil opened this issue Aug 14, 2019 · 1 comment
Closed

Custom filtering on single column #848

galdil opened this issue Aug 14, 2019 · 1 comment

Comments

@galdil
Copy link

galdil commented Aug 14, 2019

Hi, I read many of the "custom filtering" issues but I still don't quite understand it.
Let's say I have a table | id | name | rate | environments |
| 1 | test | 3 | {OS, Desktop} |

I want to filter the table in a way that the name and id will remain the stsearch normal filter, the rate will be an input that will filter all the entities with a rate less than the rate in the input.
And the environments will be checkbox selection that if I check OS for example it will show me all the entities that includes OS in their environments.

I tried to do some custom filtering but I had some problems with the pagination.
I also tried to do a plug in but I didn't understand how to make for example the rate filter (all the rate less than the rate in the input)

Thanks

@galdil galdil closed this as completed Aug 15, 2019
@galdil
Copy link
Author

galdil commented Aug 15, 2019

Ok I got this, thanks

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

1 participant