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