Which SAPUI5 rendering optimization technique avoids re-rendering an entire list when only one item changes?
-
A
Full list re-bind on every model update
-
B
Using growingThreshold with client-side model updates and key-based diffing
-
C
Disabling two-way binding
-
D
Switching to XML-only templates