Replies: 3 comments 3 replies
-
I have created a basic implementation for this feature here: main...derkoe:feat/clear-filter-button |
Beta Was this translation helpful? Give feedback.
2 replies
-
@lil-kim Please take a look at this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
any updates to this one? @lil-kim @colinreedmiller |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to add a delete/clear button to the Datagrid filters. This would clear the currently set filter.
Here is what that would look like:
![image](https://user-images.githubusercontent.com/123199/177158223-6344a371-b2b9-4869-b2d8-5699901359c2.png)
API-wise I would add a
clear
method to theClrDatagridFilterInterface
and implement that for string and number filter.The delete/clear button is only shown when the filter supports clearing.
Beta Was this translation helpful? Give feedback.
All reactions