-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Open
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: cdk/scrollingdesignThis issue needs design work before implementingThis issue needs design work before implementing
Description
We want to design a fairly flexible way for users to configure virtual scrolling in their app. Some things we may want to support:
- Set the default scrolling strategy for the whole app
- Override the scrolling strategy for the whole app (e.g. to disable virtual scrolling)
- Set the default scrolling strategy for a particular component type (e.g. all
mat-tables) - Override the scrolling strategy for a particular component type
- Set the scrolling strategy for a specific component instance
- Allowing the scroll strategy to be swapped at runtime
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: cdk/scrollingdesignThis issue needs design work before implementingThis issue needs design work before implementing