Skip to content

Commit d89f113

Browse files
author
Georg Perhofer
committed
rm -u
1 parent 48ae91a commit d89f113

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ or
3737
<div class="vs">
3838
<VirtualScroll
3939
data={items}
40-
key="id"
4140
let:data
4241
>
4342
<div slot="header">
@@ -75,7 +74,6 @@ More examples available in `example` folder
7574
| prop | type | default | description |
7675
|-----------------|----------|----------------|--------------------------------------------------------------------|
7776
| data | object[] | `null` | Source for list |
78-
| key | string | `id` | Unique key for getting data from `data` |
7977
| keeps | number | `30` | Count of rendered items |
8078
| estimateSize | number | `estimateSize` | Estimate size of each item, needs for smooth scrollbar |
8179
| isHorizontal | boolean | `false` | Scroll direction |
@@ -131,7 +129,6 @@ Access to methods by component binding
131129

132130
<VirtualScroll
133131
data={items}
134-
key="id"
135132
let:data
136133
let:index
137134
>

0 commit comments

Comments
 (0)