-
Notifications
You must be signed in to change notification settings - Fork 243
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
help for contributing #123
Comments
note : the bug label was automatically added because there is only a single template to choose to create issue, not because this is a bug. |
@xileftenurb fixed the bug label, good catch with the templates, I'll add a couple more for different use cases. In FilterItems.ts, These methods are used by the As to why there is a require among the import statement.. it has to do unfortunately with the |
Why can't filterizr run in Select |
Hi,
I started to read the code so I can contribute,
I want to work on adding pagination for the project, but there is some part of the code I don't understand.
could you help me understand?
in FilterItems.ts, was is the difference between "getFiltered" and "getFilteredOut"?
and in Filterizr, why is there a "require" among the "import"? (require('imagesloaded')) how can this work in browser?
The text was updated successfully, but these errors were encountered: