Skip to content

Conversation

@renkun-ken
Copy link
Member

What problem did you solve?

Closes #1120

suppressColumnVirtualisation: true does not look like a good idea mainly for performance reasons. Setting minWidth and width seems to be enough for most purposes.

(If you do not have screenshot) How can I check this pull request?

n <- 1000
df <- data.frame(id = 1:n)
for (i in 1:100) {
  df[[paste0("abcdef", i)]] <- rnorm(n)
}

View(df)

@ElianHugh
Copy link
Collaborator

LGTM, thanks! Works as expected on Arch

@renkun-ken renkun-ken merged commit 8f5f781 into REditorSupport:master Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cannot display calculated value in data viewer

2 participants