Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

How to filter by multi field with the same value? #163

Open
erwandy92 opened this issue Nov 23, 2017 · 1 comment
Open

How to filter by multi field with the same value? #163

erwandy92 opened this issue Nov 23, 2017 · 1 comment

Comments

@erwandy92
Copy link

erwandy92 commented Nov 23, 2017

Hello,
I'm wondering how to get the filter by using the criteria like this:
FJS.addCriteria({field: ['A', 'B'], ele: '#ab_filter', all: 'all'});

Is it possible to have multi fields on it?
Thanks

@erwandy92
Copy link
Author

I just found the solution:
FJS.addCriteria({field: 'A', field: 'B', ele: '#ab_filter', all: 'all'});

Thank you for providing us such a great js filter.
I learned a lot of js spontaneously from here.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant