Hello,
I have a problem with the infinite scrolling function combined with observables as a datasource for the TreeGrid. I have to keep the observables as DataSource in order to call the dataStateChange event for operations on the TreeGrid. At the same time I would like to use the infinite scrolling functionality to optimize the display of huge amounts of data. Unfortunately then all data is rendered and infinite scrolling does not work.
I would like to be able to use infinite scrolling with the combination with observables.
I have linked an example for my UseCase. Please note that the lines are loaded in the expanded state, since loadChildOnDemand is set to true
https://stackblitz.com/edit/angular-teavpj
With best regards
Ahmad Al Edlbi