angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.35k stars 6.74k forks source link

feat(cdk/scrolling): Add support for nested for loop #24008

Open Klapik opened 2 years ago

Klapik commented 2 years ago

Feature Description

The Angular Material cdk-virtual-scroll-viewport property is not working correctly for nested *ngFor. The viewport is split into two and the scroll does not work as expected. Please assist in listing in viewport with parent and child.

Use Case

```

{{ parent.name }}

{{ child.name }}

Sathishchary commented 2 years ago

Any update on this @wagnermaciel ? i have also same requirement

wagnermaciel commented 2 years ago

@Sathishchary no updates. Currently this is a very low priority issue for us

angular-robot[bot] commented 2 years ago

Just a heads up that we kicked off a community voting process for your feature request. There are 20 days until the voting process ends.

Find more details about Angular's feature request process in our documentation.

angular-robot[bot] commented 2 years ago

Thank you for submitting your feature request! Looks like during the polling process it didn't collect a sufficient number of votes to move to the next stage.

We want to keep Angular rich and ergonomic and at the same time be mindful about its scope and learning journey. If you think your request could live outside Angular's scope, we'd encourage you to collaborate with the community on publishing it as an open source package.

You can find more details about the feature request process in our documentation.

kramar commented 2 years ago

Is it possible to run a new voting round for this one?

inexuscore commented 3 months ago

Any updates on this? 3rd party libraries like ngx-ui-scroll seem to support nested loops but the official CDK doesn't work with nested loops as far as I know. This feature would be much appreciated and I suppose many apps require such functionality.