Replies: 2 comments
-
The docs have some details, note that |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had a similar question here (with some details of my setup). I don't see the same kind of scrolling issues that you are but I also don't think my solution is completely correct. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not a bug report, but a question: How can I reset the Perspective Viewer components configuration? I use is in my https://sql-workbench.com project to show resultsets from DuckDB WASM (via Arrow).
When I run different queries, I sometimes see some strange behavior (no scrolling possible, view not updating etc.). Once I click on reset in the component, everything works again. Unfortunately I failed to understand how this can be achieved programmatically...
Basically, I run the following code once a query succeeded:
The schema of the Arrow data in
buffer
can change with every query. How can I programmatically reset the table's view, so that the same thing happens internally as pressing the "Reset" button in the component itself=Beta Was this translation helpful? Give feedback.
All reactions