Skip to content
New issue

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

DataViews: implement multiple selection for filters #59610

Merged
merged 24 commits into from
Mar 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Document singleSelection
  • Loading branch information
oandregal committed Mar 11, 2024
commit 44f305217fcce506087c1a9a6d80669be29cb17b
1 change: 1 addition & 0 deletions packages/dataviews/README.md
Original file line number Diff line number Diff line change
@@ -108,6 +108,7 @@ Each field is an object with the following properties:
- `filterBy`: configuration for the filters.
- `operators`: the list of operators supported by the field.
- `isPrimary`: whether it is a primary filter. A primary filter is always visible and is not listed in the "Add filter" component, except for the list layout where it behaves like a secondary filter.
- `singleSelection`: whether the filter should only allow single selection. `false` by default.

### `view`: `object`