We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad37ab commit 034cdd6Copy full SHA for 034cdd6
pages/products/flexberry-ember/3.x/additional-addons/ef3_ember_flexberry_infinite_scroll.ru.md
@@ -18,20 +18,22 @@ summary: Описание аддона Ember flexberry infinite scroll
18
ember install ember-flexberry-infinite-scroll
19
```
20
21
-Требуется версия node 12 или выше.
+> Требуется версия node 12 или выше.
22
23
## Использование
24
25
В шаблоне для использования компонента прописать:
26
27
```hbs
28
+{% raw %}
29
{{flexberry-infinite-scroll
30
modelProjection=modelProjection
31
content=infiniteModel
32
lastReached=(action "lastReached")
33
estimateRowHeight=20
34
bufferSize=1
35
}}
36
+{% endraw %}
37
38
39
где:
0 commit comments