gzimbron / svelte-datagrid

MIT License
10 stars 0 forks source link

on:valueUpdated always return row with the very first value #6

Closed gzimbron closed 5 months ago

gzimbron commented 5 months ago

Describe the bug

When I update the value of a cell, the on:valueUpdated event always returns the row with the very first value of the cell. I have tried to use the on:cellEditEnd event, but it does not work.

gif

Reproduction

Logs

No response

System Info

System:
    OS: macOS 14.3.1
    CPU: (10) arm64 Apple M1 Pro
    Memory: 88.45 MB / 16.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 20.10.0 - ~/Library/Caches/fnm_multishells/77115_1707561058749/bin/node
    npm: 10.2.3 - ~/Library/Caches/fnm_multishells/77115_1707561058749/bin/npm
    pnpm: 8.15.1 - ~/Library/pnpm/pnpm
    bun: 1.0.1 - ~/.bun/bin/bun
    Watchman: 4.9.0 - /usr/local/bin/watchman
  Browsers:
    Chrome: 121.0.6167.160
    Edge: 121.0.2277.112
    Safari: 17.3.1

Severity

annoyance