knockout-repeat icon indicating copy to clipboard operation
knockout-repeat copied to clipboard

Ko 3.4 out of the box inline templating with foreach versus knockout-repeat

Open gsvitak opened this issue 9 years ago • 2 comments

Hello,

Quick question. I am using knockout 3.4 with have a large dynamic table that is having performance issues. I know the main root cause of the issue is that the table is re-rendered multiple times. In researching the issue, I came across this project as a way to help with repeating rows.

My question is if this custom binding is still relevant with Knockout 3.4.. or did some of the improvements this binding provides solved by inline template improvements in the knockout 3.2/3.3

Thanks Greg

gsvitak avatar Dec 19 '16 19:12 gsvitak

The best test is whether it works better for you. I have not done any comparisons lately though.

mbest avatar Dec 19 '16 20:12 mbest

thank you..

gsvitak avatar Dec 20 '16 02:12 gsvitak