-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
feature request:
Does anybody implements infinite scroll to material/cdk table?
What is the expected behavior?
infinite scroll
What is the current behavior?
just update on data change event.
What is the use-case or motivation for changing an existing behavior?
I have more than 10 000 rows. Of course I can use pagination, but it will be much more representative and useful without paginator.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
angular 5.0.0
material 5.2.0
I have tried to add some new logic to table method renderRows(). It render some rows at specific place by currentIndex. But it looks like big crutch =(
Metadata
Metadata
Assignees
Labels
No labels