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

Compare two columns data in custom filter #480

Open
franciscohanna92 opened this issue Nov 5, 2017 · 3 comments
Open

Compare two columns data in custom filter #480

franciscohanna92 opened this issue Nov 5, 2017 · 3 comments

Comments

@franciscohanna92
Copy link

Hi! First of all, great package!

I was trying to make a custom filter that would compare two columns. Is there anyway that I could achieve this?

I'm working with the checkboxFilter example. When I check the box I want to display only those where the value of column 1 is greater than the value of column 2.

@aslagle
Copy link
Owner

aslagle commented Nov 19, 2017

Sorry, the filtering's only set up to work with one column at a time.

@franciscohanna92
Copy link
Author

Yes, I went trough the code and realized that. I achieved what I want it by denormalizing this comparison upon insert.

Thanks anyway and great package!

@aslagle
Copy link
Owner

aslagle commented Nov 19, 2017

Glad you figured something out!

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