issues
search
brianmhunt
/
knockout-fast-foreach
Foreach. Faster. For Knockout.
MIT License
59
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update index.js
#54
Vishwasa
opened
1 year ago
0
Backported TKO changes, implemented 'as' paramter & tests
#53
jensb
opened
5 years ago
0
'as' parameter not compatible to knockout-v3.5 behaviour, or not implemented?
#52
jensb
opened
5 years ago
1
Null check for empty data
#51
mattbarkerdev
closed
6 years ago
2
Wrapping fastForEach in If causes removeNodes to fail
#50
rposener
opened
6 years ago
5
[Newbie] $index() and $parent undefined
#49
sacredMonster
opened
7 years ago
1
What makes fastForEach Faster
#48
mshoote
closed
7 years ago
4
Backport `as` from tko.binding.foreach
#47
brianmhunt
opened
7 years ago
5
Reuse updated nodes and contexts.
#46
AllSeeingEye
opened
7 years ago
7
Maybe templating shouldn't be supported
#45
cervengoc
opened
8 years ago
4
Fastforeach and template
#44
Sisco21
closed
8 years ago
4
Extending child contexts with container element
#43
cervengoc
opened
8 years ago
0
Make initial rendering synchronous, fixes #41
#42
cervengoc
closed
8 years ago
6
Using fastForEach makes ko.applyBindings asynchronous
#41
cervengoc
closed
8 years ago
4
Cannot update individual array items
#40
Hainesy
closed
8 years ago
11
Access parentNode within a nested binding handler
#39
cervengoc
opened
8 years ago
10
Nested fast-foreach
#38
brianmhunt
opened
8 years ago
7
removeChild is super-slow
#37
brianmhunt
opened
8 years ago
15
Investigate virtual-dom patch
#36
brianmhunt
opened
8 years ago
1
Asynchronous, but still janking on large (>2k) lists
#35
krnlde
opened
8 years ago
85
Add ability to reuse DOM nodes when array items move, closes #33
#34
cervengoc
closed
8 years ago
15
Implement the "moved" array change type
#33
cervengoc
closed
8 years ago
16
Improve internal nodes handling, fixes #31
#32
cervengoc
closed
8 years ago
1
Error when an external component changes nodes order (for example JQuery UI Sortable)
#31
cervengoc
closed
8 years ago
4
Further improvements on batch additions
#30
cervengoc
closed
9 years ago
1
Add `afterAnimation` callback
#29
brianmhunt
closed
9 years ago
1
Option for `animationFrame` vs `ko.tasks.schedule`
#28
brianmhunt
closed
9 years ago
3
Possible further improvements on batch addition
#27
cervengoc
closed
9 years ago
7
Fixing batch addition when using multiple bindings to same data, and adding a new test for it, fixes #25
#26
cervengoc
closed
9 years ago
3
Rendering error when binding the same data to multiple parts of the document
#25
cervengoc
closed
9 years ago
4
Add `$isFirst`, `$isLast`
#24
brianmhunt
opened
9 years ago
10
Make auto-tests work
#23
brianmhunt
closed
9 years ago
9
Add with fragments
#22
brianmhunt
closed
9 years ago
1
Achieve parity with classic foreach functionality (afterRender etc.)
#21
nmehlei
opened
9 years ago
10
Knockout Task Scheduler
#20
AdamWillden
closed
9 years ago
3
A more detail description about fast foreach binding?
#19
cervengoc
closed
8 years ago
2
Added beforeQueueFlush callback
#18
4ver
closed
9 years ago
3
Add 'noContext' behaviour option (uses parent context with $item).
#17
AdamWillden
closed
9 years ago
5
Swap native removeChild for ko.removeNode (fixes #15)
#16
AdamWillden
closed
9 years ago
1
Item's inner bindings are not disposed when removed
#15
AdamWillden
closed
9 years ago
2
Performance demo on jsbin no longer works
#14
4ver
closed
9 years ago
2
Replace/stub ko.virtualElements.hasBindingValue
#13
brianmhunt
closed
9 years ago
0
Perfomance issues. "add" method
#12
losogudok
closed
9 years ago
13
Computeds that return plain arrays don't report array changes
#11
AdamWillden
closed
9 years ago
21
Computed that return a plain array fails tests
#10
AdamWillden
closed
9 years ago
0
Fix to remove old items
#9
AdamWillden
closed
9 years ago
2
Array change order deletions then additions
#8
AdamWillden
closed
9 years ago
1
Array change order deletions then additions
#7
AdamWillden
closed
9 years ago
1
Old items are not removed
#6
AdamWillden
closed
9 years ago
13
Failed to execute 'removeChild' on 'Node': parameter 1 is not of type 'Node'
#5
AdamWillden
closed
9 years ago
3
Next