Data Viewer pop-out initially only displays a subset of columns (refresh or wait required) #10072
Answered
by
juliasilge
davidjanmassgov
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
juliasilge
Oct 23, 2025
Replies: 1 comment 4 replies
-
|
I'm not able to reproduce this so far, if I try out with code like this: library(tidyverse)
example_df <- tibble(!!!setNames(
map(1:100, ~ 1:100),
paste0("col_", 1:100)
))This is what I see: pop-out-data-explorer.movCan you say more about the characteristics of the data you have? Do you see the same problem with this example data? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I am still not able to reproduce the problem, even on Windows with maximizing the popped out window.
I am noticing that it looks like you are not on the latest release (no "Convert to Code" button). We've done a lot of work lately on the Data Explorer that may have addressed this problem. Can you update to the latest version of Positron and see if you still see the problem?
https://positron.posit.co/download
If you still see the problem, can you share the exact version of your setup, copied from "Help" ➡️ "About"?