How do I know when a Knockout component has finished updating the DOM? Is there a callback or some other facility when a component has finished updating or writing it's template into the page?
Asked
Active
Viewed 179 times
2

Brian Tompsett - 汤莱恩
- 5,753
- 72
- 57
- 129

Suraj
- 35,905
- 47
- 139
- 250
-
1possible duplicate of [this](http://stackoverflow.com/questions/27157350/knockoutjs-afterrender-callback-when-all-nested-components-have-been-rendered) – Ja9ad335h Aug 19 '16 at 19:45
-
Possibly http://stackoverflow.com/a/26702397/392102 – Roy J Aug 19 '16 at 20:23
-
Does this answer your question? [KnockoutJS afterRender callback when all nested Components have been rendered?](https://stackoverflow.com/questions/27157350/knockoutjs-afterrender-callback-when-all-nested-components-have-been-rendered) – Brian Tompsett - 汤莱恩 Jul 27 '20 at 07:56