I'm building a table with infinite scroll option. The initial load is going fine but when the next batch of data is added to the table I'm facing some rendering issue (at least that is how I see it)
I can workaround it by explicit fire detectchanges()
but I'm having difficulty to understand why I need to.
On line:70
of table-http-example.ts
I have disabled the detectchanges()
so that you can see the issue.
Anybody can help me out on this?