adding a button to clean all filters - #1975
Open
DianaAliabieva wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1975 +/- ##
=======================================
Coverage 80.27% 80.27%
=======================================
Files 83 83
Lines 7616 7616
=======================================
Hits 6114 6114
Misses 1502 1502 🚀 New features to boost your workflow:
|
Member
|
Note to @ml-evs, we'd see the contextual actions for each row in the same "column" as the column in which this clear filter is right now. |
…atalab-org#1914) Adapts the clear-filters column/button to the new columns-driven filter setup from datalab-org#1914: extracts default-filters construction into getDefaultFilters() so it can be reused both on created() and when clearing, adds hasActiveFilters, and updates the 4 component tests for the extra header column.
DianaAliabieva
force-pushed
the
da/clear_all_filters
branch
from
August 11, 2026 14:58
e895017 to
792b43e
Compare
DianaAliabieva
changed the base branch from
main
to
bc/refactor-dynamicdatatable
August 24, 2026 09:25
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding a button to clean all filters when multiple ones are selected.


