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
The "remove filter" option in the select box is not very discoverable.
It would be good to have an additional remove icon, pointed to by the pink arrow, which removes a specific selected filter.
The text was updated successfully, but these errors were encountered:
For consistency can reuse the icon used on selected facets:
Sorry, something went wrong.
Should this do the equivalent of clicking Apply for you? I don't think so - that wouldn't fit with how the rest of that block of controls works.
But if it makes the row vanish it may not be clear to the user that they still need to click Apply.
Easiest thing would be for it to select the "remove filter" column and blank out the boxes. I will try that first.
The code can go in table.js.
table.js
x button for clearing filters, refs #1016
acf07a6
Demo: https://latest.datasette.io/fixtures/facetable?_facet=created&created=2019-01-17+08%3A00%3A00&_facet=state&state=MI
Release 0.51a0
66120a7
Refs #1023, #904, #814, #1014, #1016, #1019, #1028
Release 0.51
d53d747
Refs #1014, #1016, #1019, #1023, #1027, #1028, #1033, #1034, #1036, #1039 Closes #1076
No branches or pull requests
The "remove filter" option in the select box is not very discoverable.
It would be good to have an additional remove icon, pointed to by the pink arrow, which removes a specific selected filter.
The text was updated successfully, but these errors were encountered: