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
"griddle-react": "1.0.0"
Should be a way to not match the html markup of a link component in row
No way to not avoiding match the html markup of a link component in row
Creating a griddle table with a link in it. Filter on the table using a numeric id in the URL. The url is matched. This is undesirable.
Perhaps the issue is that the underlying data is getting matched? Is it possible to exclude certain columns from filtering?
The text was updated successfully, but these errors were encountered:
filterable was never ported forward from 0.x (#436), but should be available soon: #713.
filterable
Sorry, something went wrong.
No branches or pull requests
Griddle version
"griddle-react": "1.0.0"
Expected Behavior
Should be a way to not match the html markup of a link component in row
Actual Behavior
No way to not avoiding match the html markup of a link component in row
Steps to reproduce
Creating a griddle table with a link in it.
Filter on the table using a numeric id in the URL.
The url is matched. This is undesirable.
Perhaps the issue is that the underlying data is getting matched? Is it possible to exclude certain columns from filtering?
The text was updated successfully, but these errors were encountered: