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

BaseGrid.set_filter Should Take More Than One Value #120

Closed
calebsyring opened this issue Jul 30, 2020 · 0 comments
Closed

BaseGrid.set_filter Should Take More Than One Value #120

calebsyring opened this issue Jul 30, 2020 · 0 comments
Assignees

Comments

@calebsyring
Copy link

Here:

webgrid/webgrid/__init__.py

Lines 735 to 737 in 0d27fec

def set_filter(self, key, op, value):
self.clear_record_cache()
self.filtered_cols[key].filter.set(op, value)

we should handle the case in which we might want to pass into multiple values to filter.set, like if we were looking to do a between operation.

@guruofgentoo guruofgentoo self-assigned this Sep 30, 2020
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