-
Notifications
You must be signed in to change notification settings - Fork 628
🎴 CardView - HeaderFilter - implement #29627
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
🎴 CardView - HeaderFilter - implement #29627
Conversation
…e into grids/cardview/main
…e into grids/cardview/main
…e into grids/cardview/main_FilterSync2
packages/devextreme/js/__internal/grids/new/grid_core/filtering/filter_controller.ts
Outdated
Show resolved
Hide resolved
...vextreme/js/__internal/grids/new/grid_core/filtering/filter_visitors/clear_filter_visitor.ts
Outdated
Show resolved
Hide resolved
...vextreme/js/__internal/grids/new/grid_core/filtering/filter_visitors/clear_filter_visitor.ts
Outdated
Show resolved
Hide resolved
...vextreme/js/__internal/grids/new/grid_core/filtering/filter_visitors/clear_filter_visitor.ts
Outdated
Show resolved
Hide resolved
...e/js/__internal/grids/new/grid_core/filtering/filter_visitors/get_applied_filters_visitor.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/grids/new/grid_core/filtering/header_filter/controller.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/grids/new/grid_core/filtering/header_filter/utils.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/grids/new/grid_core/filtering/header_filter/utils.ts
Outdated
Show resolved
Hide resolved
...ages/devextreme/js/__internal/grids/new/grid_core/filtering/header_filter/view_controller.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/grids/new/grid_core/filtering/utils.ts
Outdated
Show resolved
Hide resolved
|
||
const hasHeaderFilterValue = headerFilter?.filterType === 'exclude' | ||
const hasHeaderFilterValue = filterType === 'exclude' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, we revert change filterType -> headerFilter.filterType?
Maybe then remove change filterValue -> headerFilter.filterValue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Under discussing with PMs.
4a1824d
into
DevExpress:grids/cardview/main
No description provided.