Open charles221133 opened 7 years ago
Hi,
Any progress on this?
I am trying to:
Is this good way to go to enable virtual scroll Async Data, any suggestion would be appreciated.
Best regards, Ivan
I need exactly the above mentioned use case. Also the async data should load parent & child level independently.What i'm trying to achieve here is for instance,
@adamkleingit Can you comment on my use case like ,
I've got trees with thousands of values at a single level.
I need to load the first 50 or so values, then, when the user scrolls to the bottom of those values, the next 50 are loaded via web request.
Is there any way to do this currently? Really i just need a function to be called when we reach the bottom of the existing list, sort of like getChildren is called when a user expands a node.
@charles221133 I have found the solution for the same issue. I have used ngx-infinite-scroll pkg ( https://github.com/orizens/ngx-infinite-scroll.git) and accomplished the tree nodes infinite scrolling. I just want to update my solution here.If anybody wants further sample then i can provide stackblitz.
I've got trees with thousands of values at a single level.
I need to load the first 50 or so values, then, when the user scrolls to the bottom of those values, the next 50 are loaded via web request.
Is there any way to do this currently? Really i just need a function to be called when we reach the bottom of the existing list, sort of like getChildren is called when a user expands a node.