We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As mentioned in #160 it is currently not possible to use the filter for columns with boolean values.
For example it is not possible to show only those rows having a true in a given column.
true
(Try e.g. to show only those values with a true in the column active on https://jsfiddle.net/jgwmxk7h/)
active
The text was updated successfully, but these errors were encountered:
correctly filter boolean values (fixes #170)
7635825
02a03ca
No branches or pull requests
As mentioned in #160 it is currently not possible to use the filter for columns with boolean values.
For example it is not possible to show only those rows having a
true
in a given column.(Try e.g. to show only those values with a
true
in the columnactive
on https://jsfiddle.net/jgwmxk7h/)The text was updated successfully, but these errors were encountered: