-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scroll not updating datagrid properly #2652
Comments
This looks like it is related to the wide column |
Thank you for looking at this, so far:
Here is exported html: reproduction Another exported html, where there isn't a wide column, and it has the same behavior in my app, but works as html. here is .mov video, without the wide column: |
Okay - I created a reproduction repo! (Maybe to do with how I configured perspective..) (edit:)
|
This isn't a sufficient repro. Please refer to this detailed description of a repro from @Rich-Harris, specifically points (3) and (4). |
I added instructions and made it more minimal |
The
|
Thank you for the help with this, I had wanted to get it working before replying and this resolved my issue 🎉 |
Bug Report
Steps to Reproduce:
I haven't created a full reproduction yet, I may need to switch tasks from this
Upgraded from (read context below)
Expected Result:
The scroll in a datagrid to work
Actual Result:
The scroll mostly doesn't change the datagrid view, see this loom where I am scrolling left-right and then up-down.
https://www.loom.com/share/92d60335dac94001b292828e07682e4a?sid=fdcb37f1-c35f-4552-8221-8904d8a1dc97
Environment:
@apache-arrow/esnext-esm: "^16.1.0"
perspectiveWorker.table(cloneArrayBuffer(data))
Additional Context:
This was working, and I upgraded perspective, arrow and vite at the same time - so I can do more to bisect the actual root cause. But hoped there might be an idea y'all have.
The text was updated successfully, but these errors were encountered: