vue-virtual-scroller icon indicating copy to clipboard operation
vue-virtual-scroller copied to clipboard

DynamicScroller keyField is hardcoded to "id"

Open davidAtInleague opened this issue 1 year ago • 0 comments
trafficstars

Describe the bug

DynamicScroller forwards the string literal "id" to RecycleScroller, rather than whatever the user has provided.

related: https://github.com/Akryum/vue-virtual-scroller/issues/161 (closed with no particular resolution)

Reproduction

https://github.com/Akryum/vue-virtual-scroller/blob/0f2e36248421ad69f41c9a08b8dcf7839527b8c2/packages/vue-virtual-scroller/src/components/DynamicScroller.vue#L7

System Info

linux

Used Package Manager

npm

Validations

davidAtInleague avatar Jun 21 '24 16:06 davidAtInleague