You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`size`| Number | Each item size, you don't have to know the accurate, just simply assign an **estimate** or **average** value. |
129
+
|`size`| Number | Each item size, you don't have to know the accurate, just simply pass an **estimate** or **average** value. |
127
130
|`keeps`| Number | How many items you are expecting the list to keep rendering in the real dom. |
128
131
|`data-key`| String | The unique key get from `data-sources` in each data object, its value **must be unique** in `data-sources`, it is used for identifying item size. |
129
132
|`data-sources`| Array[Object]| The source array built for list, each array data must be an object and has an unique key for `data-key` property. |
@@ -136,7 +139,7 @@ More usages or getting start you can refer to these clearly [examples](https://g
0 commit comments