Open
Description
Documentation Feedback
There is some documentation on MatRecycleRows:
- In the api section we find the following description of MatRecycleRows: "Enables the recycle view repeater strategy"
- In the examples we find a "Table that uses the recycle view repeater strategy." example. But in the example we only see the standard example code with the extra directive 'recycleRows'. It is not clear at all what is the impact of the directive.
Nowhere in the docs I find what exactly is the purpose of this directive; in what scenarios I should use this. I have the impression you should use this when implementing infinite scroll, but I am not sure at all.